Skip to content

Your dotfiles are how you personalize your system. These are mine.

Notifications You must be signed in to change notification settings

pablon/dotfiles

Repository files navigation

Your dotfiles are how you personalize your system - These are mine.

Simplicity is divine

Linux macOS


Clone:

git clone https://github.com/pablon/dotfiles.git ~/dotfiles && cd ~/dotfiles/

Fresh installation:

./setup.sh

.. or just link the files:

( type stow &>/dev/null ) && ( cd ~/dotfiles/ && stow -v . )