This repo contains the shareable portions of my mac configs. I uses this to maintain a similar development environment on multiple machines. You can use it if you see something you like when we pair.
For the whole shebang, clone this repo to ~/.config. (Be sure to backup any existing files and configurations you may already have in your ~/.config folder)
Homebrew is a package manager for mac
- Install Homebrew
- Install brew dependencies
brew bundle --file=~/.config/brew/Brewfile
Set fish as your shell, and restart your machine.
Fisher is a plugin manager for fish shell
- Install Fisher
- Install fisher dependencies
fisher update
TPM is a package manager for tmux.
- Install tpm
git clone https://github.com/tmux-plugins/tpm "$XDG_CONFIG_HOME/tmux/plugins/tpm" - Start a tmux session with
tmux, if you haven't already - Open
.config/tmux/tmux.conf - Install packages with
prefix + I - Reload tmux config with
prefix + R