antznin / dotfiles

Various configuration files for i3, vim, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Configuration files in my home directory.

Install

  • Initialize:

    git init --bare $HOME/.dotfiles
    git --git-dir=$HOME/.dotfiles --work-tree=$HOME config status.showUntrackedFiles no
    
  • Clone:

    git clone --bare $HOME/.dotfiles https://github.com/antznin/dotfiles.git
    git --git-dir=$HOME/.dotfiles --work-tree=$HOME config status.showUntrackedFiles no
    git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout
    

Command config is aliased to git --git-dir=$HOME/.dotfiles --work-tree=$HOME. To add, commit, push… use config add …, config commit …, etc.

About

Various configuration files for i3, vim, etc.

License:MIT License


Languages

Language:Lua 72.2%Language:Shell 20.9%Language:Vim Script 6.9%