This depository contains all my configuration files to setup a new machine. It is powered by dotbot.
All of these configuration files are useless without installing the following items. Installation methods can differ in function of the programs and the environment, therefore I do not provide a generic installation script but I rather give a list of things to install manually.
APT packages:
- tmux
- vim
- zsh
Manual installations:
Python packages:
- To make local changes to
.zshrc
, create the file$home/.zshrc.local
and write your configuration in it. It is sourced at the end of the.zshrc
.