Skip to content

n10v/dotfiles

Repository files navigation

Installation

  1. Create projects directory: mkdir Projects && cd Projects
  2. Clone the project: git clone https://github.com/bogem/dotfiles && cd dotfiles
  3. Copy dotfiles: cp .extra.zsh .spaceshiprc.zsh .vimrc .wezterm.lua .zshrc ~
  4. Install Homebrew: https://brew.sh/
  5. Install Homebrew packages: brew bundle --file=~/Projects/dotfiles/Brewfile
  6. Install vim-plug: https://github.com/junegunn/vim-plug
  7. Install oh-my-zsh: https://ohmyz.sh/#install
  8. Use zsh as default shell: echo '/opt/homebrew/bin/zsh' | sudo tee -a /etc/shells && chsh -s /opt/homebrew/bin/zsh
  9. Install zsh plugins that not bundled in oh-my-zsh (e.g. zsh-users/zsh-autosuggestions, Aloxaf/fzf-tab, zsh-users/zsh-syntax-highlighting)
  10. Apply settings from .macos: ./.macos