Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 431 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 431 Bytes

Dotfiles

My configuration files.

Setup

Run the following commands:

cd
git clone --bare git@github.com:jpetuchovas/dotfiles.git .dotfiles.git
git --git-dir=$HOME/.dotfiles.git --work-tree=$HOME checkout
exec $SHELL
dotfiles config --local status.showUntrackedFiles no
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

The dotfiles alias can be used to interact with the dotfiles repository.