1.3 KiB
1.3 KiB
Kan`s dotfiles
Content
Project description
Config files for:
- zsh
- alacritty
- tmux
- ssh
- git
- ranger
- sway
- vim
- nvim
Prompt
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!"
Installation
git clone https://github.com/TheK4n/dotfiles
cd dotfiles
./install zsh nvim ...
Installation script
Per-user dotfiles "package" manager
Features
- Installing files from dotfiles/home/user to $HOME
- Uninstalling installed files
- Check installation integrity
- Transaction based installation
- Does not overwrite your configs
