Sarcophagus
1.0.0
그것들은 나의 bspwm dotfiles입니다. 여기에 유용한 것을 찾을 수 있기를 바랍니다 ^^
나는 당신이 여기서 모든 것을 이해하기를 바랍니다.
내 설정에 대한 몇 가지 세부 사항은 다음과 같습니다. 




sudo apt install zsh &&
chsh -s $( command -v zsh ) &&
sh -c " $( curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh ) " &&
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM :- ~ / .oh-my-zsh / custom} /plugins/zsh-syntax-highlighting &&
git clone https://github.com/zsh-users/zsh-autosuggestions.git ${ZSH_CUSTOM :- ~ / .oh-my-zsh / custom} /plugins/zsh-autosuggestions &&
git clone https://github.com/zsh-users/zsh-completions.git ${ZSH_CUSTOM := ~ / .oh-my-zsh / custom} /plugins/zsh-completions