Skip to content

dylanferguson/dotfiles

Repository files navigation

.dotfiles

ToDo

  • Rewrite repo as Ansible roles: set up a complete local dev environment with a single, idempotent command

Install

First, do a clean install

After that:

sudo softwareupdate -i -a
xcode-select --install

Then:

git clone https://github.com/dylanferguson/dotfiles.git $HOME/.dotfiles
cd $HOME/.dotfiles
chmod +wx install.sh
sh install.sh

Finally:

sudo reboot

Post-Reboot

  • Update bash:
sudo -s
echo /usr/local/bin/bash >> /etc/shells
chsh -s /usr/local/bin/bash
echo $BASH_VERSION