This repository is home to my dotfiles. Originally forked from Rosco Kalis's dotfiles, my dotfiles have deviated a fair bit and removed a good chunk of configuration for macOS, Karabiner, and Hammerspoon.
For more information about dotfiles, see the following blog posts from original author of this repository, Rosco Kalis:
- Dotfiles: automating macOS system configuration
- Increasing development productivity with repository management
- Set up a Hyper Key with Hammerspoon on macOS
- Restore your safely backed up ssh keys to
~/.ssh/
- Alternatively, generate new ssh keys, and add these to your GitHub account
- Install Homebrew, git, and coreutils
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install git
brew install coreutils
- Clone this repository
git clone git@github.com:jonhoman/dotfiles-redux.git
- Run the
bootstrap.sh
script- Alternatively, only run the
setup.sh
scripts in specific subfolders if you don't need everything
- Alternatively, only run the
- Run
:PlugInstall
from within Vim to install the plugins via VimPlug
I strongly encourage you to play around with the configurations, and add or remove features. If you would like to use these dotfiles for yourself, I'd recommend changing at least the following:
- The .gitconfig file includes my [user] config, replace these with your own user name and email
This folder is a collection of the programs and utilities I use frequently. These lists can easily be amended to your liking.
This folder is a collection of my own repos, some of which are even private. The existing lists can easily be edited or replaced by custom lists.
- bootstrap.sh - Calls all setup.sh scripts
- setup.sh - Symlinks the ackrc file
- .ackrc - configuration for Ack
- setup.sh - Symlinks all fish files to their corresponding location in
~/.config/fish/
- config.fish - Global fish configuration
- fish_variables - Sets configuration values for colors, etc
- completions/
- gcloud.fish - Completions for
gcloud
command - gsutil.fish - Completions for
gsutil
command - kubectl.fish - Completions for
kubectl
command
- gcloud.fish - Completions for
- functions/
- __bass.py - Enable Bash utilities in Fish shell
- bass.fish - Enable Bash utilities in Fish shell
- fish_prompt.fish - Customized Fish prompt stolen from somewhere
- gcloud_sdk_argcomplete.fish - More
gcloud
completion stuff - nvm.fish - Gets NVM working in Fish shell
- sess.fish - Gets
sess
command working in Fish shell
- setup.sh - Symlinks all git files to
~/
several compiled files - .gitconfig - Sets several global Git variables
- setup.sh - Installs the contents the Brewfile
- setup.sh - Clones the repositories in the .list files at the corresponding locations
- functions.sh - Contains helper functions for symlinking files and printing progress messages
- setup.sh - Symlinks the sess.sh file
- sess.sh - Bash script for quick and easy tmux session management
- Author: Chris Penner, https://github.com/ChrisPenner/session-sauce
- setup.sh - Symlinks the tmux configuration
- .tmux.conf - Simple tmux configuration, mostly taken from Brian Hogan's dotfiles
- setup.sh - Symlinks all vim files to
~/
- .vimrc - The Vim configuration I've cobbled together over the years
- autoload/
- plug.vim - source file for vim-plug; manages Vim plugins
- setup.sh - Symlinks the two configs to
~/
- .skhdrc - Configuration file for skhd, simple hotkey daemon
- .yabairc - Configuration file for yabai, tiling window manager