* Dotfiles Compilation of my personal dotfiles, you will need to tweak them for your system. I try to comment as many files as possible. ** Deployment The deployment is done via GNU stow, which can be done in a few steps: 1. Clone the repository #+BEGIN_SRC sh git clone https://git.coolneng.duckdns.org/coolneng/dotfiles ~/.dotfiles #+END_SRC 2. Change the working directory #+BEGIN_SRC sh cd ~/.dotfiles #+END_SRC 3. Enter a nix-shell #+BEGIN_SRC sh nix-shell #+END_SRC