These are the configuration files and plugins that I (@nahueespinosa) use for command-line programs.
Powered by dotbot.
Caution
I do not recommend installing them unless you're willing to overwrite the dotfiles on your machine. However, feel free to copy whatever you want.
These configuration files have been tested in Ubuntu 22.04 with:
cmake 3.31.2git 2.34.1python 3.10.12tmux 3.2avim 8.2zsh 5.8.1
Change directory to $HOME and clone this repository:
cd $HOME && git clone [email protected]:nahueespinosa/.dotfiles.gitInstall dotfiles:
~/.dotfiles/installMake zsh your default shell if you haven't already:
chsh -s $(which zsh)