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