/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>

List of apps from AppStore

List of apps from Github

  • Mochi Diffusion

Laptop with wrong keyboard

brew cask install karabiner-elements

Acknowledges

Highly inspired by @mathiasbynens/dotfiles