Emacs setup information

This commit is contained in:
Petr Nyc
2024-06-19 11:13:19 +02:00
parent f1455d03cd
commit 239e93905a
2 changed files with 7 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
# if no file is specified, show diff for all files in the changeset # if no file is specified, show diff for all files in the changeset
diffc = "!f() { git diff ${1}^1 ${1} -- $2; }; f" diffc = "!f() { git diff ${1}^1 ${1} -- $2; }; f"
vimdiffc = "!f() { git vimdiff ${1}^1 ${1} -- $2; }; f" vimdiffc = "!f() { git vimdiff ${1}^1 ${1} -- $2; }; f"
cat = show
[user] [user]
name = Petr Nyc name = Petr Nyc

View File

@@ -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 wget https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf
#+end_src #+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 ** 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. 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 run export PATH=$HOME/usr/local:$PATH to pick up correct libraries and binaries