Developer 💻
...
ZSH_THEME="agnoster"
plugins=(
git
zsh-autosuggestions
)
source $ZSH/oh-my-zsh.sh
prompt_context() {
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"
source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
[ -f /opt/homebrew/etc/profile.d/autojump.sh ] && . /opt/homebrew/etc/profile.d/autojump.sh
export PATH=/Users/yoojjang-mn/Library/Python/3.8/bin:$PATH
neofetch
export PATH="/opt/homebrew/opt/openjdk@11/bin:$PATH"
code () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $* ;}
----
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
- amphetamine
- 잠자기 방지
- 기본 세션 시간 제한없음, 세션 남은시간 보이기
app store
- appcleaner
- 앱삭제
brew install --cask appcleaner
- runcat
- itsycal
- keka
- 윈도우-맥 호환 압축 프로그램(윈도우로 열어도 안깨짐)
brew install --cask keka
- jandi
- encrypto
- Mac Fan Controller
Etc. 🔌
- Docker
- Chrome
- medis, compass, postman (brew cask)
- IDE (intellij, code)
- python & java & node ...
- notion, slack, jira, confluence ...
IntelliJ plugins