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

Skip to content

rfossicav/dotfiles

 
 

Repository files navigation

dotfiles

Before doing anything, make sure you know what are you doing! Settings applied by this repository are very personal, and definitely not suite everyones needs. I suggest to create your own set of dotfiles based on this repo.

  1. Install brew and download all CLIs & casks.
source ~/.dotfiles/setup-brew.sh
  1. SSH setup

  2. Clone this repo to hidden .dotfile directory in your home directory.

git clone [email protected]:pawelgrzybek/dotfiles.git ~/.dotfile
  1. Setup macOS.
source ~/.dotfiles/setup-osx.sh
  1. Setup symlinks.
source ~/.dotfiles/setup-symlinks.sh
  1. Download VSCode plugins
source ~/.dotfiles/setup-vscode.sh
  1. Install oh-my-zsh.

  2. ZSH theme copy

cp .dotfiles/pawelgrzybek.zsh-theme .oh-my-zsh/custom/themes
  1. Configure Alfred settings.

Read / write settings to ~/.dotfiles, enable clipboard (plain text for 7 days) and your personalized theme.

  1. Download your fav apps from App Store or independent websites:
  • Affinity Photo
  • Affinity Design
  • Keynote
  • Numbers
  • Pages
  • Palette Master Element
  • Reeder
  • Things
  1. download node and some global yarn stuff
nvm install node
yarn global add vsce

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 90.1%
  • JavaScript 9.9%