Skip to content

NotStaplesCorporate/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

These are my dotfiles. There are many dotfiles like it, but these ones are mine.

Personal Computer Setup

Personal computer setup is configured to work with i3 and ZSH. Clone the repo and link your .vimrc and .tmux.conf with

$ ln -s Personal-Computer/.vimrc ~/.vimrc
$ ln -s Personal-Computer/.tmux.conf ~/.tmux.conf

Work Computer Setup

Personal computer setup is configured to work with PuTTY and bash. Clone the repo and link your .vimrc and .tmux.conf with

$ ln -s Work-Computer/.vimrc ~/.vimrc
$ ln -s Work-Computer/.tmux.conf ~/.tmux.conf

Vim Plugin Manager Setup

Follow the instructions within this repo to install vim-plug, a lightweight plugin manager. Next, open up vim and run :PlugInstall. All plugins specified within the .vimrc will be downloaded and configured

Mac Setup


iTerm2

Download iTerm2. Go to Preferences > Keys.

Hotkey : Control+Space

Oh-My-Zsh

Download Oh-My-Zsh. Set theme to avit. Copy avit theme to custom directory:

cp ~/.oh-my-zsh/themes/avit.zsh-theme ~/.oh-my-zsh/custom

Comment out LS-COLORS section.

Spectacle

Download Spectacle

Center      : Shift+Command+C
Left Half   : Shift+Command+Left-Arrow
Right Half  : Shift+Command+Right-Arrow
Top Half    : Shift+Command+Top-Arrow
Bottom Half : Shift+Command+Bottom-Arrow

Default Screenshot Location

mkdir ~/Pictures/Screenshots
defaults write com.apple.screencapture location ~/Pictures/Screenshots
killall SystemUIServer

Mechanical Keyboard

For any Mac using 60% mechanical keyboard, complete the steps below

Remap Modifier Keys

Go to System Preferences > Keyboard > Keyboard > Modifier Keys

Caps Lock : Caps Lock
Control   : Control
Option    : Option
Command   : Command
DefaultKeyBinding.dict
mkdir ~/Library/KeyBindings
cp DefaultKeyBinding.dict ~/Library/KeyBindings

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%