Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 597 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 597 Bytes

Dotfiles

Prerequisites

  • git
  • Expects to be running on a linux distro that uses APT (including WSL)

Acknowledgments

  • Vim config based off of kalda341's vimrc
  • Tmux config based off of samoshink's tmux config

Installation

Run the install script from this directory

WSL

If you're using WSL, before you run the install script, run the following commands to configure WSL-specific installation options

echo "export PLATFORM=WSL" > "$HOME/.zsh_local"