Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.6 KB

README.md

File metadata and controls

46 lines (37 loc) · 1.6 KB
      ██            ██     ████ ██  ██                
     ░██           ░██    ░██░ ░░  ░██                
     ░██  ██████  ██████ ██████ ██ ░██  █████   ██████
  ██████ ██░░░░██░░░██░ ░░░██░ ░██ ░██ ██░░░██ ██░░░░ 
 ██░░░██░██   ░██  ░██    ░██  ░██ ░██░███████░░█████ 
░██  ░██░██   ░██  ░██    ░██  ░██ ░██░██░░░░  ░░░░░██
░░██████░░██████   ░░██   ░██  ░██ ███░░██████ ██████ 
 ░░░░░░  ░░░░░░     ░░    ░░   ░░ ░░░  ░░░░░░ ░░░░░░  
 

First time setup

git clone https://github.com/brunosabenca/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