Skip to content

oliver-was-here/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

installation

these instructions are up to date as of OSX Ventura

table stakes

  1. install homebrew
  2. configure this repo by:
    1. cloning it to wherever you'd like
    2. copying all files to your home directory
    3. setting the repo to track the home directory git config core.worktree "/Users/<username>"

vim

  1. $ brew install macvim
  2. $ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  3. $ vim /.vimrc
  4. $ :PluginInstall
  5. follow the instructions here to complete the YCM installation: https://github.com/ycm-core/YouCompleteMe#macos

iTerm/oh-my-zsh

  1. note, should already be configured to your liking via .p10k.zsh - however, you can run p10k configure to re-tune the display to fit your fickle moods.
  2. install powerlevel10k for zsh: https://github.com/romkatv/powerlevel10k#oh-my-zsh
  3. $ brew install zsh-syntax-highlighting
  4. $ brew install zsh-autosuggestions
  5. configure iTerm
    1. import the iTerm profile found in /additional-dotfiles/iterm-profile.json (Profiles > Open Profiles > Edit Profiles > Other Actions... > Import Json Profiles)
    2. select the newly imported profile as your iTerm profile
    3. if the above doesn't work, here are some items to jog your memory:
      1. Keys > ...
      2. Colors > Presets > .Presets/iTermCustomSolarizedDark.itermcolors
      3. Text > Change Font > *.powerline
      4. script for syncing iTerm with OSX color scheme, https://gist.github.com/doublethefish/c339b659738fdb652e820e3b40f97f36 forked from https://gist.github.com/jamesmacfie/2061023e5365e8b6bfbbc20792ac90f8

windows mgmt

  1. download hammer spoon brew install --cask hammerspoon
  2. if for whatever reason the config files in this repo don't work, re-install following this guide: https://github.com/peterklijn/hammerspoon-shiftit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published