Skip to content

jhzn/dotfiles

Repository files navigation

1st time Setup

git clone https://github.com/jhzn/dotfiles
chmod +x dotfiles/.config/dotfiles/bootstrap_dotfiles.sh
#Open and modify file, because file is not usable by default for safety reasons
vim ./dotfiles/.config/dotfiles/bootstrap_dotfiles.sh
#then run
./dotfiles/.config/dotfiles/bootstrap_dotfiles.sh

Subsequent updating

#Custom git alias to update dotfiles
config update

Usage

config status
config add .vimrc
config commit -m "Add vimrc"
config add .config/redshift.conf
config commit -m "Add redshift config"
config push

Repo created using

git init --bare $HOME/.dotfiles

About

Dotfiles for my favorite programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published