Here are my dotfiles config, just to have them in one place.
Instaling from scrip, using prepare.sh
, download the file beafore the repo:
cd $HOME
curl -OL https://raw.githubusercontent.com/mrchucu1/dotfiles/master/prepare.sh
chmod +x prepare.sh
./prepare.sh
You can use this for a fast start on a new linux environment, or for boostraping a brand new envirnoment. The repos here are just for me to have all my configurations for my terminal on a single place for me to clone it and get started ASAP.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.