Skip to content

Instantly share code, notes, and snippets.

@fletcherist
Last active November 15, 2018 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fletcherist/1361ab01514be33398b82d870a2b599b to your computer and use it in GitHub Desktop.
Save fletcherist/1361ab01514be33398b82d870a2b599b to your computer and use it in GitHub Desktop.
fletcherist's mac env for work & !work
# MIT — fletcherist
# brew tap caskroom/versions
git config --global user.name "fletcherist"
# Saving screenshots to the folder in ~/screenshots
mkdir ~/screenshots
defaults write com.apple.screencapture location ~/screenshots
killall SystemUIServer
# Installing brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew cask install sublime-text transmission dropbox telegram iterm2 google-chrome atom
brew install kubernetes-cli
# Installing latest version of node
brew install wget --with-libressl
brew install nodejs
# ZSH Terminal Shell
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# Node version manager — NVM
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
# Yarn — node package manager like npm, but faster
# Peerflix — thats for watching films via magnet links
npm i -g yarn peerflix gulp webpack nodemon
# Language & typography settings
wget https://ilyabirman.ru/projects/typography-layout/download/ilya-birman-typolayout-3.6-mac.dmg
open ./birman-typo.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment