zsh
终端配置,插件:zsh-syntax-highlighting
zsh-autosuggestions
zsh-theme-powerlevel10k
curl -sfO https://raw.githubusercontent.com/sunls24/config/master/.zshrc
vim
基础配置:amix/vimrc,one-light
主题:rakr/vim-one
curl -sf https://raw.githubusercontent.com/sunls24/config/master/one.vim | bash
Vimium 浏览器插件的配置和主题
curl -sfO https://raw.githubusercontent.com/sunls24/config/main/vimium-options.json
curl -sfLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh && chmod +x debi.sh
./debi.sh --no-install-recommends --no-apt-non-free-firmware --no-apt-src --no-apt-backports --cloud-kernel --bbr --grub-timeout 0 --timezone Asia/Shanghai --dns 8.8.8.8 --install curl --version 13 --ssh-port xxx --hostname xxx --user xxx --password xxx
# 重启
shutdown -r now
# 撤销
rm -rf debi.sh /etc/default/grub.d/zz-debi.cfg /boot/debian-* && { sudo update-grub || sudo grub2-mkconfig -o /boot/grub2/grub.cfg; }
curl -sf https://raw.githubusercontent.com/sunls24/config/master/script/debian-init.sh | bash
curl -sf https://raw.githubusercontent.com/sunls24/config/master/script/arch-init.sh | bash