Requirements • Installation • Screenshots
I am making use of a certain number of system programs that you can find in REQUIREMENTS.md
; some of them are necessary as they are included in zsh
functions as well as neovim
plugins and navi
commands, whereas some others are optional.
Clone the repository
git clone [email protected]:gennaro-tedesco/dotfiles.git
cd dotfiles
Use the Makefile
to install the programs configurations you want:
# to install nvim configurations
make nvim
# to install zsh configurations
make zsh
# to install navi cheatsheets
make navi
and so forth.