/dotfiles

Primary LanguageShell

Dotfiles

My collection of dotfiles.

This project uses the homesick's bash implementation homeshick to manage the dotfiles it contains.

First home(shick) on a computer

I brew install homeshick. The default macOS .profile does not reference .bashrc, and as I'm replacing these files anyway, so I'll just source it directly:

source "$HOME/.homesick/repos/homeshick/homeshick.sh"

Installation

Once you've installed and sourced homeshick add this repository:

homeshick clone https://github.com/lloydde/dotfiles

Related