danielepusceddu / dotfilesold

My Dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Dotfiles

These are my config files for some of the Linux programs that I use.

I use the "bare git repository" method: https://www.atlassian.com/git/tutorials/dotfiles

cd ~
git clone --bare https://github.com/danielepusceddu/dotfiles.git .dotfiles
alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
dotfiles checkout
dotfiles config --local status.showUntrackedFiles no

About

My Dotfiles

License:GNU General Public License v3.0


Languages

Language:Lua 46.3%Language:Python 31.6%Language:Shell 18.9%Language:Perl 2.3%Language:Vim Script 0.9%