carlyle / .dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles

A collection of config files and helpful scripts

To create/update the current links, just run ./setup.sh

Initial Setup

  • Install VS Code
  • Install the latest macOS updates
sudo softwareupdate --install --all
  • Install the XCode Developer Tools
xcode-select --install
  • Install Homebrew
  • Install git and git-lfs
brew install git git-lfs && git lfs install
  • Install vim
brew install macvim

.dotfiles

  • Clone this repository
git clone https://github.com/carlyle/.dotfiles ~/.dotfiles
  • Link .dotfiles
cd ~/.dotfiles
./setup.sh

GPG/Yubikey

About


Languages

Language:Shell 98.6%Language:Vim Script 1.4%