[MacOS] Custom Checklist

나르·2021년 8월 22일
0

개발일기

목록 보기
3/14
post-thumbnail

Developer 💻

...
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="agnoster"

# Add wisely, as too many plugins slow down shell startup.
plugins=(
    git
    zsh-autosuggestions
)

source $ZSH/oh-my-zsh.sh

#prompt_context() {
#  if [[ "$USER" != "$DEFAULT_USER" || -n "$SSH_CLIENT" ]]; then
#    prompt_segment black default "%(!.%{%F{yellow}%}.)$USER"
#  fi
#}
prompt_context() {
  # Custom (Random emoji)
  RAND_EMOJI_N=$(( $RANDOM % ${#emojis[@]} + 1))
  prompt_segment black default "yoojjang ${emojis[$RAND_EMOJI_N]} "
}

alias vzsh="vi ~/.zshrc"
alias szsh="source ~/.zshrc"
alias ls="ls -l"
alias javakill="~/sh/kill-port.sh 8080"

# zsh-syntax-highlighting
source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh

# auto jump
[ -f /opt/homebrew/etc/profile.d/autojump.sh ] && . /opt/homebrew/etc/profile.d/autojump.sh

# PYTHON
export PATH=/Users/yoojjang-mn/Library/Python/3.8/bin:$PATH

neofetch

# JAVA 11
export PATH="/opt/homebrew/opt/openjdk@11/bin:$PATH"

# VSCODE
code () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $* ;}

----
# export JAVA_HOME=~/Library/Java/JavaVirtualMachines/corretto-17.0.7/Contents/Home
export JAVA_HOME=$(/usr/libexec/java_home)
export PATH=$PATH:$JAVA_HOME/bin

alias vzsh="vi ~/.zshrc"
alias szsh="source ~/.zshrc"
alias ls="ls -l"
alias javakill="~/sh/kill-port.sh 8080"

source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh

Application📱

  • spectacle
    • 화면 분할
    • brew
  • amphetamine
    • 잠자기 방지
    • 기본 세션 시간 제한없음, 세션 남은시간 보이기
    • app store
  • appcleaner
    • 앱삭제
    • brew install --cask appcleaner
  • runcat
    • 졸귀탱
    • app store
  • itsycal
    • 메뉴 달력 클릭시 일정 보이기
    • brew
  • keka
    • 윈도우-맥 호환 압축 프로그램(윈도우로 열어도 안깨짐)
    • brew install --cask keka
  • jandi
    • app store
  • encrypto
    • 파일 암호화
    • app store
  • Mac Fan Controller

Etc. 🔌

  • Docker
  • Chrome
  • medis, compass, postman (brew cask)
  • IDE (intellij, code)
  • python & java & node ...
  • notion, slack, jira, confluence ...

IntelliJ plugins

profile
💻 + ☕ = </>

0개의 댓글