summary refs log tree commit diff stats
path: root/eshell
diff options
context:
space:
mode:
authorCase Duckworth2022-01-18 17:18:06 -0600
committerCase Duckworth2022-01-18 17:18:06 -0600
commitefc08126f7119569112b336f0cd73eefdf9737b5 (patch)
tree5356cbf6626cb72f7f0c69dbbf4fa35ee6955fc6 /eshell
parentModify org-file-apps after loading org (diff)
downloademacs-efc08126f7119569112b336f0cd73eefdf9737b5.tar.gz
emacs-efc08126f7119569112b336f0cd73eefdf9737b5.zip
Um
Diffstat (limited to 'eshell')
-rw-r--r--eshell/history23
-rw-r--r--eshell/lastdir5
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
12cat ~/Sync/fonts-debian.txt | sudo xargs apt install 12cat ~/Sync/fonts-debian.txt | sudo xargs apt install
13cat ~/Sync/fonts-debian.txt | sudo xargs apt install -y 13cat ~/Sync/fonts-debian.txt | sudo xargs apt install -y
14alias e='find-file $*' 14alias e='find-file $*'
15emacs --debug-init
16apt search xfce
17sudo apt install bluebird-gtk-theme blackbird-gtk-theme greybird-gtk-theme xfce4-mount-plugin
18apt search icons
19sudo apt install elementary-xfce-icon-theme
20apt search elementary
21apt search wingpanel
22apt search elementary
23cd ~/src
24ls
25git clone https://github.com/elementary/stylesheet.git elementary-gtk-stylesheet
26cd elementary-gtk-stylesheet/
27meson build --prefix=~/.local
28meson build --prefix=$HOME/.local
29sudo apt install meson ninja sassc
30sudo apt install meson sassc
31meson build --prefix=$HOME/.local
32cd build
33ninja install
34ninja clean
35sudo apt install gimp
36(derived-mode-p 'eshell-mode)
37echo $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~