Skip to content

kevinmartin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kevinmartin dotfiles

This repository helps me set up and maintain my Mac. It takes the effort out of installing manually.

What does it do?

This repository will install Homebrew (if not already installed), common Homebrew recipes (ie. awscli and terraform), and symlink configuration files where needed for common tools I use (ie. bash and vim).

Instructions

  1. Open Terminal
  2. Clone this repository and cd into it.
$ git clone https://github.com/kevinmartin/dotfiles.git ~/Development/kevinmartin/dotfiles && cd $_
  1. Install by running the ./install.sh script.

Quicklook Plugins

Some Quicklook plugins require some extra setup due to recent security measures in macOS.

For each plugin that returns an error, you may need to run:

$ xattr -cr ~/Library/QuickLook/[plugin name].qlgenerator
$ qlmanage -r
$ qlmanage -r cache

Then relaunch Finder (Option + Right-Click Finder > Relaunch).

iTerm2 Airline Font

Once iTerm2 and Homebrew recipes are installed, change the font in iTerm2 to take advantage of the Powerline fonts.

Profiles > Text > Font > Meslo

Updating

Pull down the latest changes and re-run ./install.sh from the repository directory. All commands in the install script should be idempotent.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published