RobjS / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Install homebrew

brew install git
git clone git@github.com:RobjS/dotfiles.git
cd dotfiles/
brew bundle

Symlink .gitconfig:

ln -s .gitconfig ~/.gitconfig

Install oh my zsh

Symlink .zshrc:

ln -s ~/dotfiles/.zshrc ~/.zshrc

Install vscode

Install vscode extensions:

./vscode/extensions.sh

Copy vscode's settings:

cp ~/dotfiles/vscode/settings.json ~/Library/ApplicationSupport/code/user/settings.json

Install docker desktop

PHP-Version is used for controlling PHP versions.

About


Languages

Language:Shell 71.0%Language:Ruby 29.0%