Laaaaannn / .settings

Development settings for git, zsh and vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps to bootstrap a new Mac

  1. Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.
xcode-select --install
  1. Clone repo into new hidden directory.
# Use SSH (if set up)...
git clone git@github.com:Laaaaannn/.settings.git ~/.settings
  1. Create symlinks in the Home directory to the real files in the repo.
sh link-settings.sh
  1. Install Homebrew, followed by the software listed in the Brewfile.
# These could also be in an install script.
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Then pass in the Brewfile location...
brew bundle --file ~/.settings/Brewfile
# ...or move to the directory first.
cd ~/.settings && brew bundle

NPM

Switching between private feed & public feed

https://github.com/deoxxa/npmrc | npm i npmrc -g 

About

Development settings for git, zsh and vscode


Languages

Language:Shell 100.0%