satetheus / dotfiles

My dot files
Apache License 2.0
0 stars 0 forks source link

dotfiles

My dot files. Includes various aliases for commands I commonly use, bash & vim configurations, setup scripts to initialize/setup machines I use, & some git setup. The setup files add some functionality I find important. Things such as a fuzzy finder (fzf), a faster grep (sift), & voice to text program for people who have paper-mache wrists like me (talon voice).

Install

Windows

linux (Ubuntu) or Mac

The .local_vars file

This file is for storing more sensitive variables in the local environment while keeping them out of the source control.

Some important variables to define include: Variable Description
PROJECT_DIR Used by customized fzf setup to allow fuzzy searching windows files from wsl
SSH_ID_FILE Used to identify the file for ssh to use for git connections, but available for other ssh connections

Dependencies