diff options
Diffstat (limited to 'eshell/history')
-rw-r--r-- | eshell/history | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/eshell/history b/eshell/history index 67689e1..81214c1 100644 --- a/eshell/history +++ b/eshell/history | |||
@@ -12,3 +12,26 @@ vterm | |||
12 | cat ~/Sync/fonts-debian.txt | sudo xargs apt install | 12 | cat ~/Sync/fonts-debian.txt | sudo xargs apt install |
13 | cat ~/Sync/fonts-debian.txt | sudo xargs apt install -y | 13 | cat ~/Sync/fonts-debian.txt | sudo xargs apt install -y |
14 | alias e='find-file $*' | 14 | alias e='find-file $*' |
15 | emacs --debug-init | ||
16 | apt search xfce | ||
17 | sudo apt install bluebird-gtk-theme blackbird-gtk-theme greybird-gtk-theme xfce4-mount-plugin | ||
18 | apt search icons | ||
19 | sudo apt install elementary-xfce-icon-theme | ||
20 | apt search elementary | ||
21 | apt search wingpanel | ||
22 | apt search elementary | ||
23 | cd ~/src | ||
24 | ls | ||
25 | git clone https://github.com/elementary/stylesheet.git elementary-gtk-stylesheet | ||
26 | cd elementary-gtk-stylesheet/ | ||
27 | meson build --prefix=~/.local | ||
28 | meson build --prefix=$HOME/.local | ||
29 | sudo apt install meson ninja sassc | ||
30 | sudo apt install meson sassc | ||
31 | meson build --prefix=$HOME/.local | ||
32 | cd build | ||
33 | ninja install | ||
34 | ninja clean | ||
35 | sudo apt install gimp | ||
36 | (derived-mode-p 'eshell-mode) | ||
37 | echo $PAGER | ||