This repository keeps all dotfiles (configuration files in general) that I use in my daily basis workflow (e.g., Neovim, tmux, and others).
To reproduce you should have installed in your machine:
I'm not sure about specific packages that need to be installed for Neovim, tmux, etc; work. So, for now, you (me in the future) will need to figure it out to make things work.
$ sudo apt install git
$ sudo apt install stow
Firstly, clone the repo in your $HOME directory using git
$ git clone [email protected]/vinisilvag/dotfiles.git
$ cd dotfiles
and then use GNU stow for create all the symlinks for the configuration files.
The default usage is stow package_name
. An example is:
$ stow nvim
$ stow tmux
$ stow zsh
To load all tmux plugins, install tpm and run prefix + I
.