This repo contains my personal configurations for various productive tools. Managed with Stow.
Warning
Before running the command, inspect the code to ensure it fits your setup. Do not run blindly!
git clone https://github.com/adnaen/dotfiles.git ~/dotfiles && cd ~/dotfiles && stow -v nvim zsh i3
# This command sets up only nvim,i3 and zsh.
# You can add more tools tmux, code by including their names in the `stow` command.
If you also set up scripts (in ~/.local/bin
), ensure ~/.local/bin
is added to your PATH
:
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc # or ~/.zshrc
Note
Backup existing configs first! (e.g., mv ~/.config/nvim ~/.config/nvim.bak
)
Use stow -D <tool>
to unlink configs cleanly.