Skip to content

nicholashoule/dotfiles-macos

Repository files navigation

dotfiles-macos

macOS

This git repo depends on the Homebrew, Homesick & Spaceship Prompt projects to manage system dotfiles.

Required: Ruby

brew install ruby

Configure dotfiles with Homesick

  1. Install Homesick with gem install homesick
  2. Clone this castle with homesick clone nicholashoule/dotfiles-macos
  3. Create the symlinks with homesick symlink dotfiles

Git submodules

Set up VundleVim

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  • To install from command line: vim +PluginInstall +qall
  • To install inside Vim, launch vim and run :PluginInstall

Set up .oh-my-zsh

export ZSH="${HOME}/.oh-my-zsh"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Post-configurations

Theme - Set up Spaceship

brew install spaceship

Fonts - Set up Nerd Fonts

brew tap homebrew/cask-fonts
brew install --cask font-hack-nerd-font

Homebrew

brew bundle