/Dotfiles

Primary LanguageLuaMIT LicenseMIT

Dotfiles

This is a standard dotfiles repo using GNU Stow.

Install

This repo uses the typical stow defaults with ${HOME}/ expected to be the target directory and thus ${HOME}/dotfiles to be this repo's path

  • Install Stow
    • brew install stow
    • apt install stow
    • etc..
  • Checkout this repo to user home directory
  • Run stow ${PACKAGE_NAME} for all packages in repo

Tmux

Install the Tmux Plugin Manager then source the Tmux config

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Font

I typically run on Mac devices and enjoy the consistency of the system font. So I use the Meslo Nerd Font that is a patched version of the Meslo font that is based on Apple's default Menlo font.

Install latest patch release here. Find the most recent release, download the Meslo.zip file, extract, and install all fonts.

Alacritty Theme

My alacritty config depends on the themes published by alacritty here for the gruvbox dark theme. Follow it's simple README to install the themes.