This repository is to automatically install packages and user configuration on a new system in my preferred way.
Install:
cd
git clone https://github.com/danlooo/.dotfiles
cd .dotfiles
sudo sh bootstrap_system.sh
zsh bootstrap_user.zsh
exec zsh- Install packages and do system wide changes which might need root privileges: bootstrap_system.sh
- Install user packages and link dotfiles: bootstrap_user.zsh
- User dotfiles relative to the home directory of that user: home
- Create additional run control files e.g.
~/foo.zshrcwill be sourced if available wherefoocan be any prefix. By default, files like~/.local.zshrcwill be touched. These files are ment for local customizations and therefore not under version control
