This repo contains all my dotfiles, along with an installation script to install them and their dependencies.
- There's currently a bug in installing homebrew, where the
brewcommand isn't available after the installation script. To get around this, run./scripts/maybe_install_brew.shbefore running the installation script below - Install the dotfiles and dependencies
- Set
GIT_USER_NAMEandGIT_USER_EMAILto configure the git user settings ./install.shWill show the help menu with instructions on how to configure the script../install.sh --linkWill overwrite your dotfiles with dotfiles linked to this repo.
- Set
- Install the
tmuxdependencies by opening a tmux pane and doing^b I - On MacOS, run the Mos app and reverse direction between mouse and trackpad
- YouCompleteMe requires the latest version of MacVim (scripted install coming soon)
- MacVim requires xcode to be installed
- Compile LaTeX to pdf with
pdftex [file]
- Indentation visualization: To toggle, run
:IndentLinesToggle
- Documentation/links for installed programs
- Script install of mac dependencies (xcode, macvim)
- Script for setting mac system prefs, hostname, etc.
- Script for setting git defaults
- OS-based installs (e.g. don't install mac dependencies on linux or windows)