Config files for:
- zsh
- alacritty
- tmux
- ssh
- git
- ranger
- i3
- vim
- nvim
You can add your files to the ~/.config/zsh/zshrc.d
directory for zsh so that they automatically run in ascending order when you open a terminal.
Example:
~/.config/zsh/zshrc.d/01_hello.sh
echo "Hello $USER!"
git clone https://github.com/TheK4n/dotfiles
cd dotfiles
./install zsh nvim ...
Per-user dotfiles "package" manager
- Installing files from dotfiles/home/user to $HOME
- Uninstalling installed files
- Check installation integrity
- Transaction based installation
- Does not overwrite your configs