This directory contains the dotfiles for my system
Ensure you have the following installed on your system: 1. HomeBrew(required): a. make sure to add brew to the path
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Git (not required for mac)
brew install git
- Stow (not required if setting up via script)
brew install stow
- download install.sh file from my the current repo
- check if all the package mentioned in the Installation script is correct
- run bash install.sh
- First, check out the dotfiles repo in your $HOME directory using git
cd ~
git clone [email protected]/anuragkumar2921/dotfiles.git
cd dotfiles
- then use GNU stow to create symlinks
stow .
start a tmux session name - test
new test
attach to tmux session
attach test
source the tmux conf
tmux source tmux.
reload tmux environment
prefix + I