tsankotsanev / dotfiles

My personal dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Installation

dot remote add origin git@github.com:tsankotsanev/dotfiles.git
git clone --separate-git-dir=$HOME/.files https://github.com/tsankotsanev/dotfiles.git dotfiles-tmp
rsync --recursive --verbose --exclude '.git' dotfiles-tmp/ $HOME/
rm --recursive dotfiles-tmp
dot config status.showUntrackedFiles no
dot remote set-url origin git@github.com:tsankotsanev/dotfiles.git

Usage

cd ~
dot status
dot add .config/fish/config.fish
dot commit -m "Add config.fish"
dot push

Note

New file or directory creations should be added manually with dot add path/to/file

Resources

About

My personal dotfiles


Languages

Language:Python 50.9%Language:Shell 33.4%Language:Lua 15.7%