Last active
November 15, 2018 15:55
-
-
Save fletcherist/1361ab01514be33398b82d870a2b599b to your computer and use it in GitHub Desktop.
fletcherist's mac env for work & !work
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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