diff options
author | Case Duckworth | 2022-01-18 17:18:06 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-18 17:18:06 -0600 |
commit | efc08126f7119569112b336f0cd73eefdf9737b5 (patch) | |
tree | 5356cbf6626cb72f7f0c69dbbf4fa35ee6955fc6 /eshell | |
parent | Modify org-file-apps after loading org (diff) | |
download | emacs-efc08126f7119569112b336f0cd73eefdf9737b5.tar.gz emacs-efc08126f7119569112b336f0cd73eefdf9737b5.zip |
Um
Diffstat (limited to 'eshell')
-rw-r--r-- | eshell/history | 23 | ||||
-rw-r--r-- | eshell/lastdir | 5 |
2 files changed, 28 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 | ||
diff --git a/eshell/lastdir b/eshell/lastdir index 1549824..552e2ce 100644 --- a/eshell/lastdir +++ b/eshell/lastdir | |||
@@ -9,3 +9,8 @@ | |||
9 | /home/case/Sync | 9 | /home/case/Sync |
10 | /home/case | 10 | /home/case |
11 | /home/case/.emacs.d | 11 | /home/case/.emacs.d |
12 | /home/case/Sync/emacs/private | ||
13 | /home/case/src | ||
14 | /home/case/src/elementary-gtk-stylesheet | ||
15 | /home/case/src/elementary-gtk-stylesheet/build | ||
16 | ~ | ||