/dotfiles

Primary LanguageVim Script

Smacker's dotfiles

Install

  • xcode-select --install
  • install brew
  • ./bootstrap.sh

Set bash as default shell

# get the full path to bash from brew
echo "$(brew --prefix)/bin/bash"
# add it to the list of allowed shells
vim /etc/shells
# change the default for current user
chsh -s <path>

Install and enable Nerd font for starship

brew tap homebrew/cask-fonts &&
brew install --cask font-fira-code-nerd-font

Open iTerm -> Preferences -> Profiles -> Text and choose the font.

Laptop with wrong keyboard

brew cask install karabiner-elements

TODO

  • review vim config. it's way too old

Acknowledges

Highly inspired by @mathiasbynens/dotfiles