Skip to content

kaar/dotfiles

Repository files navigation

Kaar dotfiles

Personal dotfiles managed with a bare Git repository cloned into $HOME/.cfg.

image

Setup

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

Additional external configs

# Nvim
git clone https://github.com/kaar/nvim-config ~/.config/nvim
# TMUX
git clone https://github.com/kaar/tmux-config ~/.config/tmux

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

About

Configuration files of all kinds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors