diff --git a/.gitconfig b/.gitconfig index bde43ee..76ef693 100644 --- a/.gitconfig +++ b/.gitconfig @@ -24,6 +24,7 @@ # if no file is specified, show diff for all files in the changeset diffc = "!f() { git diff ${1}^1 ${1} -- $2; }; f" vimdiffc = "!f() { git vimdiff ${1}^1 ${1} -- $2; }; f" + cat = show [user] name = Petr Nyc diff --git a/README.org b/README.org index 57c8e6e..6c5e214 100644 --- a/README.org +++ b/README.org @@ -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