- System: MacOS Monterey 12.2.1 (21D62)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/devstefancho/.config/main/setup.sh)"
ln -s ~/Library/Mobile\ Documents/com\~apple\~CloudDocs/Documents/my-vault ~/Vault
git clone https://github.com/devstefancho/.config.git
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew bundle
npm install -g typescript \
typescript-language-server \
cssmodules-language-server \
@fsouza/prettierd
oh-my-zsh 설정
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
theme으로 powerlevel10k 설정
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
p10k configure # config 설정하기: Lean, Unicode, 24-hour format, oneline, compact, few icons, concise, transient yes, Verbose
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
Custom Alias를 사용하기 위해서 ~/.zshrc
에 아래 코드 추가
echo "source ~/.config/zsh/.zshrc" >> ~/.zshrc && source ~/.zshrc
alacritty에서 사용중인 Nerd Font 설치
curl -fLo "$HOME/Library/Fonts/JetBrainsMonoNerdFontMono-Regular.ttf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/JetBrainsMono/Ligatures/Regular/JetBrainsMonoNerdFontMono-Regular.ttf \
&& curl -fLo "$HOME/Library/Fonts/JetBrainsMonoNerdFontMono-Bold.ttf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/JetBrainsMono/Ligatures/Bold/JetBrainsMonoNerdFontMono-Bold.ttf \
&& curl -fLo "$HOME/Library/Fonts/JetBrainsMonoNerdFontMono-Italic.ttf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/JetBrainsMono/Ligatures/Italic/JetBrainsMonoNerdFontMono-Italic.ttf
tpm clone 및 prefix + I
로 설치
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
.hammerspoon 경로에 설정파일이 있어야하므로, 아래 명령어로 심볼릭 링크 생성필요
ln -s ~/.config/hammerspoon ~/.hammerspoon
한영변환을 위해 keyboard input 변경하기
- System Preference > Keyboard > Shortcuts > Input Sources > Select the previous input source 키를 우측 command로 설정