Skip to content

ashmidgley/dotfiles

Repository files navigation

My local setup using nvim, tmux, iTerm2 and Rectangle.

Install

  • Clone repo:
git clone https://github.com/ashmidgley/dotfiles.github
  • Run install script to symlink files into root directory:
sh init.sh
  • Follow instructions here to setup terminal.

  • Install brew packages:

brew bundle
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
  • Enter tmux then open config:
tmux
nvim ~/.tmux.conf
  • Install TPM packages using CTRL-a + I.

  • Follow Packer quickstart.

  • Open packer config, source then install packages:

nvim ~/.config/nvim/lua/ashmidgley/packer.lua
:so %
:PackerSync
  • Download and install Rectangle, then navigate to "Settings > Import" and select RectangleConfig.json.

Releases

No releases published

Packages

No packages published