Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 373 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 373 Bytes

.config

Nathan's dotfiles.

Setup

Currently, these dotfiles are only tested on macOS.

Clone this directory in your home folder, ~. Run install.sh

git clone https://github.com/nathunsmitty/.config
cd .config
./install.sh

fish

Changing shell to fish

brew install fish
echo /usr/local/bin/fish >> /etc/shells
chsh -s /usr/local/bin/fish