Skip to content

thatryan/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ryan’s dotfiles

Setup

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

Local Config Files

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+

Oh My

https://ohmyz.sh/#install

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

Get snazzy!

https://github.com/sindresorhus/iterm2-snazzy

Editors

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",

Post Setup Reminders

Install NVM and some Node stuffs

# Node packages
npm install -g gulp
npm install -g gulp-cli

See if I want need to keep or add/remove apps

  • read brew list and brew cask list to see whats worth reinstalling
  • read npm list -g --depth=0 to see global npm packages

UPDATES NEEDED

I really need to go over this, here are some spots I want to look for updates in future :)

webpro article

Paul's dotfiles

Webpro's dotfiles

driesvints dotfiles

About

my dotfiles yo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published