Since many people at University have asked me for them, I have decided to put my dotfiles on github.
Below shows some of the things that these dotfiles customise.
- i3 window manager (with i3blocks)
- Neovim
- ZSH
- oh-my-zsh
- custom scripts
- rofi
You will find a fair amount of alias and customisation in the read command files which may need altering to suit your preference.
- i3
- vim
- ZSH
Just clone the dot files and move the files in the appropriate directories using GNU stow
. By default the stow command will create symlinks for files in the parent directory of where you execute the command.
Assuming dotfiles are at ~/dotfiles
. Go into the directory and stow zsh
.
Note: In depth guide and installation script may be coming soon, if I get a demand for it.