ctxswitch / dotfiles

All of my preferences and settings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Installation

  • Import your gpg key and get the identifier for the signing key
gpg --import /path/to/signing-key.asc
gpg --list-secret-keys --keyid-format LONG
  • Set up some local environment variables to customize the install. At a minimum create a ~/.bootstrap file and include your git config information:
GIT_USER_NAME="Rob Lyon"
GIT_USER_EMAIL="rob@ctxswitch.com"
GIT_USER_SIGNING_KEY="F0E2C3B4E2BF179D"
  • Install and configure
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/ctxswitch/dotfiles/HEAD/bootstrap.sh)"

About

All of my preferences and settings.


Languages

Language:Shell 56.7%Language:Lua 43.3%