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