Thanks to visit codestin.com
Credit goes to github.com

Skip to content

trevorstinson/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Clone repo

git clone [email protected]:trevorstinson/dotfiles.git ~/.dotfiles

Symlink dotfiles

zsh

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

git

ln -s ~/.dotfiles/gitignore_global ~/.gitignore_global
git config --global core.excludesfile ~/.gitignore_global
git config --global push.autoSetupRemote true

VS Code

ln -s ~/.dotfiles/vscode/settings.json ~/Library/Application\ Support/Code/User/settings.json
ln -s ~/.dotfiles/vscode/keybindings.json ~/Library/Application\ Support/Code/User/keybindings.json

Font

Themes included in this repo use the font Fira Code, which can be installed with homebrew:

brew tap homebrew/cask-fonts
brew install --cask font-fira-code

Peppermint Terminal theme

  1. Double-click it.
  2. Go into Terminal settings and set Peppermint as the default profile.

The Peppermint Terminal theme is by Noah Frederick. The version I use is slightly modified.

About

dotfiles and settings

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages