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.2
git 2.34.1
python 3.10.12
tmux 3.2a
vim 8.2
zsh 5.8.1
Change directory to $HOME
and clone this repository:
cd $HOME && git clone git@github.com:nahueespinosa/.dotfiles.git
Install dotfiles:
~/.dotfiles/install
Make zsh
your default shell if you haven't already:
chsh -s $(which zsh)