Coder Social home page Coder Social logo

environment's Introduction

Target

  • MacBook Air (Retina, 13-inch, 2018)
    • Mac OS Mojave 10.14.3

Local settings

.bash_profile

$ curl https://gist.githubusercontent.com/mitsuaki1229/bdb587f8dc65a772afecd4dd72183b58/raw/.bash_profile > ~/.bash_profile
$ source ~/.bash_profile

Git

$ curl https://gist.githubusercontent.com/mitsuaki1229/636c591cb540da82c1c1bd65320a6e7e/raw/.gitconfig > ~/.gitconfig
$ mkdir -p ~/.git_template/hooks/
$ curl https://gist.githubusercontent.com/mitsuaki1229/ad6c0998220ff3dcc7dcd45eacdcb98d/raw/pre-push > ~/.git_template/hooks/pre-push

Tools install

Homebrew

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew cask install dropbox
$ brew cask install inkdrop
$ brew cask install google-japanese-ime
$ brew cask install google-chrome
$ brew cask install alfred
$ brew cask install intellij-idea
$ brew cask install appcode
$ brew cask install the-unarchiver
$ brew cask install iterm2
$ brew cask install keepassxc
$ brew cask install visual-studio-code
$ brew cask install docker
$ brew cask install microsoft-office
$ brew cask install dash
$ brew cask install evernote
$ brew cask install bettertouchtool
$ brew cask install google-cloud-sdk
$ brew cask install slack
$ brew cask install caffeine
$ brew cask install android-platform-tools
$ brew install docker-compose
$ brew install rbenv
$ brew install git
$ brew install bash-completion
$ brew install carthage
$ brew install mas
$ brew install tig

ruby

$ rbenv install 2.6.1
$ rbenv versions
$ rbenv global 2.6.1
$ rbenv rehash
$ ruby --version
ruby 2.6.1p33 (2019-01-30 revision 66950) [x86_64-darwin18]

gem

$ gem install xcode-install

Xcode

$ xcversion install 10.1

App Store

$ mas list
595374522 VirusScannerPlus (3.14)
417375580 BetterSnapTool (1.9)
824171161 Affinity Designer (1.6.1)
824183456 Affinity Photo (1.6.7)
508368068 Get Plain Text (2.0)

Other Setting

  • iTerm2 -> Preference -> Profiles -> Terminal -> Set locale variables automatically
    • untick
  • Alfred Preferences -> Clipboard -> Keep Plain Text
    • untick
  • Mac Language settings English.
  • US Key Swap Control <-> Caps Lock
  • System Preferences -> Keyboard
    • Key Repeat Fast
    • Delay Until RepeatShort
  • Remove keep app in Dock.
  • Change PC name.
    $ scutil --set ComputerName mitsuaki1229-mba
    $ sudo scutil --set LocalHostName mitsuaki1229-mba
    $ sudo shutdown -r now
  • Replace input sources with google-japanese-ime.
  • Setting ssh config.

environment's People

Contributors

mitsuaki1229 avatar

Watchers

 avatar

environment's Issues

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.