This guide is intended for the Mac OS. If this is a fresh install, make sure you have set the following:
- Xcode
xcode-select --install
- Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Clone this repo into your home directory
git clone git@github.com:EdgeLimits/.dotfiles.git ~/.dotfiles
- Clone TMUX Plugin Manager
git clone git@github.com:tmux-plugins/tpm.git ~/.tmux/plugins/tpm
- Go to the .dotfiles directory and update submodules
cd ~/.dotfiles
git submodule update --init --recursive
- Change the permission to the files to make them executable
chmod +x install
chmod +x macos-packages
chmod +x macos
- (Optional) If this is a fresh install, run this file to install fonts and brew packages
./macos-packages
- Create symbolic links using stow
~/.dotfiles/macos
If this is a fresh install, you'll need to install the TMUX package manager.
- Start TMUX
tmux
- Install TMUX plugins (<leader> + I)
` + I