Skip to content

SaphMB/osx-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osx-workspace

Scripting the setup of a macOSX computer.

Initial set-up

git clone https://github.com/SaphMB/osx-workspace
cd osx-workspace
./shell_setup | bash

This will install Homebrew, all Homebrew packages and oh-my-zsh.

./go_packages
./ruby_packages

Together, these will install install rvm and the latest stable version of Ruby, as well as all regularly-used Ruby and Go packages.

Alternatively, run setup_all.sh to run all setup scripts.

Configs

zsh

Create a symlink from the ./zshrc in this repo to ~./zshrc.

Git config

Create a symlink from the ./gitconfig in this repo to ~./gitconfig.

VSCode

  • Install the code-settings-sync VSCode plugin
  • Download files uploaded to Gist with Shift + Option + U, providing a github api token when prompted

Vim config

Create a directory for packages and update ~/.vimrc with the .vimrc in this repo.

mkdir ~/.vim/plugged

Install packages

vim ~/.vimrc
:PlugInstall

About

Scripting for speedy(ish) workstation setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published