|
|
|
|
@ -45,6 +45,12 @@ You can also download fonts like this: |
|
|
|
|
wget https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf |
|
|
|
|
#+end_src |
|
|
|
|
|
|
|
|
|
** Emacs |
|
|
|
|
#+begin_src bash |
|
|
|
|
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d |
|
|
|
|
#+end_src |
|
|
|
|
Run Emacs and wait ~10 mins to download all packages |
|
|
|
|
|
|
|
|
|
** tmux in User's home directory |
|
|
|
|
If you want to build tmux independend of other parts of the system, cut&paste from the code snippet below should do the trick. |
|
|
|
|
run export PATH=$HOME/usr/local:$PATH to pick up correct libraries and binaries |
|
|
|
|
|