Skip to content

littldr/dotfiles

Repository files navigation

my ❤️ dotfiles

My personal dotfiles build from scratch!

Back to the roots

After years of searching for the perfect shell, i'm switching back to good old bash. After this commit, everything will be bash compatible. If you are interested in the old configurations look back in the history of this repo. (🐟 Fish, ZSH)

Install

  1. Install brew (see: Install Homebrew)
  2. Execute following commands to install the rest:
brew install git
git clone git@github.com:littldr/dotfiles.git ~/.dotfiles
brew bundle --file=~/.dotfiles/Brewfile
ln -s ~/.dotfiles/rcrc ~/.rcrc
rcup

Update

  1. Update Repo
git -C ~/.dotfiles/ pull
  1. Link new files
rcup

Uninstall

rcdn
rm -Rf ~/.dotfiles