Giter VIP home page Giter VIP logo

config's Introduction

config

Apps

  • 1Password
  • CheatSheet
  • Chrome
  • CoconutBattery
  • DaisyDisk
  • Discord
  • Dropbox
  • Firefox
  • Handbrake
  • iMovie
  • iStat Menus
  • Pixelmator
  • Slack
  • Spectacle
  • Spotify
  • Steam
  • Transmission
  • Transmit
  • Tunnelblick
  • VLC
  • Wine and XQuartz
  • Xcode

Chrome Extensions

VSCode Extensions

  • Docker
  • ESLint
  • markdownlint
  • Nasc VSCode Touchbbar
  • One Dark Pro
  • TSLint

macOS Dock order:

  • Finder
  • Launchpad
  • Mac App Store
  • Chrome
  • Firefox
  • Safari
  • Slack
  • Spotify
  • Steam
  • 1Password
  • VSCode
  • Xcode
  • Hyper
  • System Preferences
  • Transmit
  • Calendar
  • TextEdit
  • VLC

macOS

Homebrew

  1. /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  2. brew update

terminal

Oh My Zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Hyper.js

  1. brew cask install hyper
  2. cp .hyper.js ~/.hyper.js

Git

  1. brew install git
  2. git config --global user.email "[email protected]" && git config --global user.name "Viktor Sec"
  3. git config --global push.default current so I don't have to --set-upstream

Node & friends

  1. brew install node
  2. brew install yarn
  3. npm install -g grunt-cli

macOS tweaks

Disable App restrictions autodefaulting to Mac App Store every 30 days

  1. sudo spctl --master-disable (since macOS Sierra)
  2. sudo defaults write /Library/Preferences/com.apple.security GKAutoRearm -bool NO

Disable spaces rearranging (Auto Swoosh)

defaults write com.apple.dock workspaces-auto-swoosh -bool NO

Show hidden files

  1. defaults write com.apple.finder AppleShowAllFiles YES
  2. killall Finder

Install Aerial Apple TV wallpaper

brew cask install aerial

config's People

Contributors

viktorsec avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.