Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 625 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 625 Bytes

@enewbury dotfiles

Installation Instructions

  • Install homebrew
  • Install rcm
  • clone the repo
  • run rcup
  • Remove ".sample" endings from files in local and add your private info
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install rcm starship fish
chsh -s /usr/local/bin/fish
git clone [email protected]:enewbury/dotfiles.git ~/src/github.com/enewbury/dotfiles
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
env RCRC=~/src/github.com/enewbury/dotfiles rcup

Install plugins

fish
fisher install
tmux
<Prefix>I
vim
:PlugInstall