cd ~
git clone https://github.com/joaomarcuslf/dotfiles/
cd dotfiles
sudo chmod +x start.sh
./start.sh
This is my dotfiles, it comes with a bunch of scripts, and configs to improve my productive. If you want to use, you must follow the Getting started, and then manually install some packages that are useful.
If you need to add custom variables, create this files ~/.bash_locals
, this will be imported in the .bashrc
keeping your exports safe.
Also, after you run start.sh
, your old configs will be saved in files with the sufix .pre-dotfiles
.