This commit is contained in:
Konano 2023-07-17 03:44:56 +00:00
parent 997e4adc3e
commit a144e76fc1

View File

@ -67,7 +67,7 @@ configure_vim() {
read -p "要配置 vim 吗?[Y/n]: " response read -p "要配置 vim 吗?[Y/n]: " response
if [[ -z "$response" ]] || [[ $response =~ ^[Yy]$ ]]; then if [[ -z "$response" ]] || [[ $response =~ ^[Yy]$ ]]; then
apt install vim -y sudo apt install vim -y
cp $scriptdir/files/.vimrc ~/.vimrc cp $scriptdir/files/.vimrc ~/.vimrc
fi fi
} }