Skip to content

This is a collection of my dotfiles for various applications and packages.

Notifications You must be signed in to change notification settings

colinbruner/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

This is a collection of my personal dotfiles and quickstart to get up and running on a new system.

Quickstart

The following is intended to get things up and running quickly, we will:

  1. Install Homebrew (OSX Package Manager), or 'brew'
  2. Using brew, install packages defined in Brewfile
  3. Using Ansible (installed via Homebrew) install configurations
# Runs 'brew bundle' and 'ansible-playbook'
$ ./install.sh

Bootstrapping

Neovim

Install neovim via pip3 then:

  1. Launch vim
  2. Run :PlugUpdate
  3. Run :UpdateRemotePlugins

OSX

Within Finder press Command+Shift+Dot to show hidden files, this will be needed for importing color themes into iTerm2. Current preference is materialshell-dark

Code

Install 'code' binary in PATH

  1. Launch VS Code.
  2. Open the Command Palette (Cmd+Shift+P) and type 'shell command' to find the Shell Command: Install 'code' command in PATH command.

Updating

Running the 'update.sh' script will update packages installed via Brew.

It will also install any new packages that have since been defined in Brewfile.

$ ./update.sh

About

This is a collection of my dotfiles for various applications and packages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published