Run this, need command line tools for git and stuffs.
$ sudo softwareupdate -i -a --restart
Once all updated,
$ xcode-select --install
To setup clone the repository from your home directory
git clone https://github.com/thatryan/dotfiles.git
Add symlinks and create some directories
$ ./yolo
I keep private infos in local files in Dropbox, so once it is setup and linked to my account I run one of these depending on machine
ln -s ~/Dropbox/local-dotfiles/.gitconfig.personal ~/.gitconfig.local
ln -s ~/Dropbox/local-dotfiles/.gitconfig.work ~/.gitconfig.local
Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew tap homebrew/bundle
brew bundle --file ~/dotfiles/Brewfile
add logitech apps to readme after brewfile
- logitune
- logioptions+
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
and plugins... Suggestions Highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
Install and setup P10K https://github.com/romkatv/powerlevel10k
add plugins to zshrc
git zoxide zsh-syntax-highlighting zsh-autosuggestions
https://github.com/sindresorhus/iterm2-snazzy
Setup Sublime Text 3 and packages/settings
Add some VS Code config
"editor.fontSize": 18,
"editor.fontFamily": "FiraCode Nerd Font Mono",
"window.zoomLevel": 1.4,
"terminal.integrated.fontSize": 14,
"terminal.integrated.localEchoStyle": "dim",
- Setup SSH keys github
Install NVM and some Node stuffs
# Node packages
npm install -g gulp
npm install -g gulp-cli
- read
brew list
andbrew cask list
to see whats worth reinstalling - read
npm list -g --depth=0
to see global npm packages
I really need to go over this, here are some spots I want to look for updates in future :)