Skip to content
forked from ryanb/dotfiles

config files for zsh, bash, completions, gem, git, irb, rails

License

Notifications You must be signed in to change notification settings

yas375/dotfiles

 
 

Repository files navigation

Setup

  • Install Xcode
  • Install homebrew
  • Install https://github.com/carlhuda/janus
  • Install “1Password”, not “1Password 7” from past purchases in the AppStore
  • Install VS Code
brew install fzf diff-so-fancy tig ag

brew cask install iTerm2 Rectangle

git clone [email protected]:yas375/dotfiles.git ~/.dotfiles
touch ~/.local.gitconfig
cd ~/.dotfiles
git submodule update --init --recursive
rake
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

iTerm

  • Settings > Profiles > General > Working Directory > Reuse Previous session's directory
  • Settings > Profiles > Keys > Key Mappings > Presets > Natural Text Editing
  • Settings > Profiles > Colors > Editing > Dark Mode
  • Settings > Profiles > Terminal > Unlimited scrollback: On

Rectangle

Use legacy key mappings.

Conflict with mac’s "drag to corners"? Keep mac’s.

Settings -> Keys Top left: cmd option shift arrow left Top right: cmd option shift arrow right

Xcode

Setting > Text Editing > Editing > Include whitespace-only lines Setting > Text Editing > Editing > Reformat code at column 120 Setting > Text Editing > Editing > Show reformatting guide Setting > Text Editing > Indentation > Re-Indent on paste

Add "focus" behavior

Xcode > Behaviors > Create Name: Focus Hide navigator Hide debugger Hide inspectors Shortcut: cmd ctrl shift enter. "Override existing Focus? - Yes"

About

config files for zsh, bash, completions, gem, git, irb, rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.4%
  • Ruby 2.6%
  • Perl 1.0%