These are my dotfiles. There are many others like them, but these ones are mine. My dotfiles are my best friends. They are my life. I must master them as I must master my life. Without me, my dotfiles are useless. Without my dotfiles, I am useless.
Clone this repo into your home directory:
git clone https://github.com/aliktb/dotfiles ${HOME}/dotfiles
Run from terminal within macOS:
## Install Xcode Command Line Tools
xcode-select --install
## Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install Oh my Zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Once Brew is installed, run the following to install all applications listed in the Brewfile:
brew bundle
Install Tmux plugins:
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
Finally, get the dotfiles of this repo into your local machine. From the root of this repo, run:
stow .