Skip to content

JaredVogt/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

On a sparkling fresh installation of macOS:

  1. sudo softwareupdate -i -a # update all software
  2. xcode-select --install # install command line tools

Install the dotfiles with Git:

Clone with Git

  1. git clone https://github.com/jaredvogt/dotfiles.git ~/dotfiles
  2. ~/dotfiles/install.sh Sets up links from this repo into home directory
  3. ~/dotfiles/install/brew.sh Installs brew first - and then all the brew apps
  4. ~/dotfiles/install/bash.sh Installs the latest shell via brew and updates all appropriate stuff
  5. cd ~/; git clone https://github.com/JaredVogt/vimrc; ./vimrc/linkFiles.sh Clones vimrc repo and sets up lines. Run vim/macvim to install plugins etc.
  6. cd ~/Downloads; git clone https://github.com/powerline/fonts; ./fonts/install.sh Grab powerline fonts and install them
  7. curl -L https://iterm2.com/misc/install_shell_integration.sh | bash Load iTerm shell integration
  8. Install Appstore apps with mas
  9. Install mac gui apps with brew cask

Directory Logic

  • runcom/ - shell setup
  • macos/ - mac specific settings
  • system/ - additional config info
  • install/ - installation scripts

Random Notes

  • bundle. brew bundle dump drops out a file that can be used to load up all brew (and mas) apps. These can be loaded with brew bundle (in the same directory).
  • powerline. This is a complicated one... read this to make sure things done correctly. Will be scripting this one up. Font zip file
  • Inspired by Lars Karpert's article.
  • see dotfile/macos/apps/README.md for details on mackup!
  • On my mac, caps lock is mapped to F19 with Karabiner. To get shift + del to delete a word backwards, make sure that the Keyboard Maestro macro group App - iterm/vim Macros is installed.

NOTE: This is based on webpro's dotfile repo

git clone https://github.com/webpro/dotfiles.git cd dotfiles

There is much to be gleaned from copying this repo!

About

CONFIG: all my dotfiles!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published