daliusd / cfg

My config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home folder configuration

Initial run requires following commands:

# Clone this repo
git clone --bare git@github.com:daliusd/cfg.git .cfg

# Alias cfg properly
alias cfg='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'

# Do initial config repository configuration and checkout
cfg config --local status.showUntrackedFiles no
cfg checkout

cfg push --set-upstream origin master

Follow install.sh for software installation instructions.

About

My config files


Languages

Language:Lua 76.9%Language:Shell 19.2%Language:Vim Script 2.8%Language:JavaScript 1.1%