kknives / dotfiles

Configs for commonly used programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

A backup of configs for commonly used programs. Following this guide

Installing the configs

Assuming that the git bare repository is called dotfiles.git

echo "dotfiles.git" >> .gitignore
git clone --bare https://github.com/kknives/dotfiles.git $HOME/dotfiles.git
echo "alias dotfiles='/usr/bin/git --git-dir=$HOME/dotfiles.git --work-tree=$HOME'" >> $HOME/.zsh/aliasrc
dotfiles config --local status.showUntrackedFiles no
dotfiles checkout

About

Configs for commonly used programs


Languages

Language:Lua 38.0%Language:Emacs Lisp 35.2%Language:Shell 14.0%Language:Vim Script 11.0%Language:Liquid 1.6%Language:GDB 0.1%