README.md

This is a little repository with some tools that I use in a daily basis. It will be growing with the time, while I will be adding and updating the tools.

Right now there are some bash scripts, also some python tools and my configuration files, like my vimrc and zshrc.

Using config files

vimrc

For the vimrc file you can do 2 things: - Copy the file into ~/.vimrc

cp vimrc ~/.vimrc

  • Use the -u directive with vim

vim -u vimrc FileToOpen

zshrc

This zshrc is to use it with oh my zsh! and the instruction is just to copy it into .zshrc:

cp zshrc ~/.zshrc

This one has my preferences: Plugins * git * history * python * colorize * dnf Theme * ys * Daily update of oh my zsh!