Repo with the dotfiles I use in my own (local) machine. These aim at setting up a smooth daily workflow.
My setup includes:
- shell:
zsh
- terminal:
kitty
- editor:
neovim
- PDF reader:
zathura
- terminal session manager:
tmux
- tiling windows manager:
amethyst
(macOS)
I use GNU stow
to deploy the various dotfiles from this repo in the form of
symlinks. For this, go into the repo's directory and run
stow -t $HOME .
Notice that this method requires that the file structure in this repo mimicks the one in the user's home directory.
Alternatively, just run the provided install
bash script as
bash install.sh