Skip to content
/ setup Public

Note for myself when setting up a personal development environment.

Notifications You must be signed in to change notification settings

zvuc/setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup

Links and preferences for quick setup of personal development environment

Heavily borrowed from following pages

Setup macOS (Big Sur and newer)

  • Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)")"
  • Oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Setup Windows

Click to expand!
  • Install Git
  • Install ConEmu
  • Choose {Bash::Git bash} as startup task on inital launch config
  • Open Settings and Import ConEmu.xml
  • Copy .bash_profile to User home directory (%HOMEPATH)
  • If needed, add a line in bash profile to fast navigate to default dev directory cd f:/dev
  • Reload bash profile source ~/.bash_profile

Dev dependencies

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
  • nvm-windows (Windows Installer)
  • Grunt npm install -g grunt-cli

Sublime Text

SSH key generation

  • Remove existing remote and add SSH address instead (if needed) git remote rm origin git remote add origin git@github.com:{repoowner}/{reponame}.git
  • Generate new key (default path, no passphrase) ssh-keygen -t rsa
  • View key contents cat ~/.ssh/id_rsa.pub
  • Copy and add as new key in GitHub (https://github.com/settings/keys)

About

Note for myself when setting up a personal development environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages