프런트 엔드 환경 초기화(Mac/Windows)

이후는 Notion으로 내용을 관리한다.

설정 각서(Notion)

---(※이하는 과거 기사입니다)---

Mac/Windows 공통


  • Chrome
  • Google 일본어 입력
  • AZIK

  • Mac


  • 카라비너

  • BetterTouchTool
  • 삼 손가락으로 윈도우 드래그는 시스템 환경설정에서!



  • Homebrew

  • Nodebrew
  • node

  • zsh, zsh-complete
  • git(gibo, git-ftp)
  • autojump
  • peco
  • rename
  • tree


  • iTerm2
  • Preferences/Profiles/General/Command: zsh
  • Preferences/Profiles/General/Text/Font: Rounded M+ 1mn light Anti-aliased

  • Visual Studio Code
  • Clipy

  • Path 설정



    .zshenv
    export PATH=$HOME/.nodebrew/current/bin:$PATH
    export PATH="/usr/local/bin:$PATH"
    
    path=(
        ~/bin
        $path
    )
    
    export PATH="$HOME/.rbenv/bin:$PATH"
    eval "$(rbenv init -)"
    

    .zshrc
    [[ -s $(brew --prefix)/etc/profile.d/autojump.sh ]] && . $(brew --prefix)/etc/profile.d/autojump.sh
    

    Windows



  • Macnize Windows Keyboard

    C:\Users\USER\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    스타트업시 기동하고 싶은 어플리케이션은 코코에 등록


  • Windows Subsystem for Linux
  • Microsoft Store에서 설치

  • ※프록시 환경에서는 아래와 같이 설정

    /etc/apt/apt.conf
    sudo vi /etc/apt/apt.conf
    Acquire::ftp::proxy "ftp://192.168.0.1:8080/";
    Acquire::http::proxy "http://192.168.0.1:8080/";
    Acquire::https::proxy "https://192.168.0.1:8080/";
    

    zsh
    export "http_proxy=http://192.168.0.1:8080/"
    export "https_proxy=http://192.168.0.1:8080/"
    

    .curlrc
    proxy = http://192.168.0.1:8080/
    # nodebrewを入れるのに必要
    

    .gitrc
    [http]
        proxy = http://192.168.0.1:8080
    [https]
        proxy = http://192.168.0.1:8080
    [url "https://"]
        insteadOf = git://
    


  • chocolatey 패키지 관리를 사용하지 않음
  • Windows에서 패키지 관리는 괜찮은 인상 (2018/4)
  • chocolatey 잘 동작하지 않는 것이 상당히 있을지도 (2017/9)
  • chocolatey로 설치하는 도구 등

  • zsh
    cinst visualstudiocode sublimetext3 sublimetext3.packagecontrol rapidee -y
    


  • Cmder

    windows 터미널 (검정 화면 녀석) 설정

  • neobundle
  • f.lux
  • screenpresso
  • Clipboard-History
  • launchy
  • 좋은 웹페이지 즐겨찾기