Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 694 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 694 Bytes

Kaar dotfiles

Setup

Get started

curl -fsSL https://gist.github.com/9c338d1ec5ed9df6c76471b46709ed09 | sh
alias config='git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
git clone --bare https://github.com/kaar/dotfiles.git "$HOME/.cfg"
config checkout
config config --local status.showUntrackedFiles no

NVIM

~/.install/source/nvim

Usage

Example

config status
config add .vimrc
config commit -m "Add vimrc"
config add .bashrc
config commit -m "Add bashrc"
config push

Inspiration