Skip to content

rising-turtle/vim_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some necessary installations to setup ubuntu

install unity-tweak-tool:

sudo apt-get install unity-tweak-tool

For Ubuntu 22.04 https://ubuntuhandbook.org/index.php/2022/05/install-themes-ubuntu-22-04/

install theme flatabulous-theme:

sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install flatabulous-theme

disable terminal bell open preferences in termial, and choose unnamed option, under text tab uncheck terminal bell

install icon ultra-flat-icons:

sudo add-apt-repository ppa:noobslab/icons
sudo apt-get update
sudo apt-get install ultra-flat-icons

download ultra icons here https://www.gnome-look.org/p/1171748 And then create a .icons folder under /home, and then copy and paste the downloaded icons to /home/.icons

install mouse macbuntu-os-ithemes-lts-v7:

sudo add-apt-repository ppa:noobslab/macbuntu
sudo apt-get update
sudo apt-get install macbuntu-os-icons-lts-v7
sudo apt-get install macbuntu-os-ithemes-lts-v7

install font: sudo apt-get install fonts-wqy-microhei

After install fonts-wqy-microhei, open tweaks to change the fonts

install on-my-zsh:

sudo apt-get install zsh
sudo apt-get install git
sudo wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
chsh -s /bin/zsh

other details refer to https://www.jianshu.com/p/4bd2d9b1af41

To configure VIM, needs to down the vim folder into /home and rename it as .vim

About

Preferred vim setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published