Git Product home page Git Product logo

my-setting's Introduction

Notice

Shell needs root(sudo) user authority.

Default Setting

  1. macOS CLT(Command Line Tool)
  2. Homebrew
  3. zsh
  4. pstree
  5. git
  6. svn
  7. wget
  8. java
  9. scala with docs and source
  10. ruby
  11. maven
  12. nodejs
  13. vim
  14. ammonite-repl
  15. docker
  16. kafka
  17. gradle with all
  18. hadoop
  19. spark

required environment before starting this setting using shell.

  1. macOS CLT
  2. Homebrew

Would you want include the required environment to install.sh?

sh complete_install.sh

macOS CLT

xcode-select -—install

Homebrew

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

if you want remove outdated package

brew cleanup

zsh

brew install zsh
chsh -s $(which zsh)
restart terminal

pstree

brew install pstree

tree

brew install pstree

git

brew install git

svn

brew install svn

wget

brew install wget

java

brew cask install java

scala with docs and source

brew install scala --with-docs --with-src

ruby

brew install ruby

  • install bundler
    • gem install bundler

maven

brew install maven

nodejs

brew install nodejs

vim

`brew install vim`

ammonite-repl

`brew install ammonite-repl`

docker

`brew install docker` with `brew install zookeeper` (required)

kafka

`brew install kafka`

gradle

`brew install gradle --with-all`

hadoop

`brew install hadoop`

spark

`brew install apache-spark`

install

run ./install.sh on terminal
required zsh
required Homebrew

Help

Show alias

  1. open iTerm or terminal
  2. alias on commond line
  3. show alias setting

Check zsh version

zsh --version

Another

Change macOS Hostname

sudo hostname [yourhostname]

Show hidden file & directory

defaults write com.apple.Finder AppleShowAllFiles YES

More Alias?

  • sh ./terminal/alias.sh

you want create bash_profile ?

  • sh ./terminal/bash_profile.sh

Alfred

Alfred directory include my custom setting for Alfred workflow.
So lovely custom workflow. I think very useful workflow for me.

my-setting's People

Contributors

loustler avatar

Watchers

Jongsu Kim avatar

Forkers

changsoonkim

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.