Skip to content

surajssd/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dot Files

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.

Installation instructions

Install scripts

To install all the custom scripts to ~/.local/bin, just run following command, from the root of this repository:

make install-local-bin

Install all

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

First time quick setup

mkdir ~/git
cd ~/git
git clone https://github.com/surajssd/dotfiles
cd dotfiles
./installers/install-all.sh

Update the configs with upstream

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published