This is set of scripts and configs which I use to do daily tasks. The make
can be used to install those scripts and configs.
To install all the custom scripts to ~/.local/bin
, just run following command, from the root of this repository:
make install-local-bin
To install both scripts and configs just run:
make install-all
if you don't have make
installed then just run:
./installers/install-all.sh
mkdir ~/git
cd ~/git
git clone https://github.com/surajssd/dotfiles
cd dotfiles
./installers/install-all.sh
When the scripts and configs on Github are updated, to update locally run following command, this pulls the latest changes and runs the installer again so that any new configs will also be installed.
make update