适用于linux下软件安装
wget https://oss.tulan.wang/files/soft/arm64/kubectl.linux
chmod +x ./kubectl.linux
mv kubectl.linux /usr/bin/kubectl
sh -c "$(curl -fsSL https://oss.tulan.wang/files/shell/zsh/install.sh)"
git clone https://git.tulan.wang/github/zsh-autosuggestions.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
# vim ~/.zshrc
plugins=(
# other plugins...
zsh-autosuggestions
)
git clone --depth=1 https://git.tulan.wang/github/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_basic_vimrc.sh
idea主题