Skip to content

Dotfiles that are near & dear to me.

License

Notifications You must be signed in to change notification settings

pombadev/dotfiles

Repository files navigation

$HOME is where dotfiles are ❤️

Current I'm managing configs with git bare and help from atlassian dotfiles tutorial.

Installation

curl -fsSLO https://raw.githubusercontent.com/pombadev/.files/main/mero/setup.sh
bash ./setup.sh

Uninstall

curl -fsSLO https://raw.githubusercontent.com/pombadev/.files/main/mero/setup.sh
bash ./setup.sh --uninstall

command cx is provided which is an alias for git --git-dir=$HOME/dotfiles/ --work-tree=$HOME to interface with git.

Usage

cx add .vimrc
cx commit -m "Add vimrc"
cx push