Skip to content

junnester/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIM config

Description

Installer script for vim plugins. Please read.

Note: Rust language will be installed

Script Compatability

  • Ubuntu 18,19,20,22
# Start Script

# clone

git clone https://github.com/junnester/vim.git   ~/.vim

# linking
ln -s ~/.vim/vimrc ~/.vimrc

# clone
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

# install
vim +PluginInstall +qall

# note: ignore the Tommorow-Night-Eighties error... it will be installed.

###########
# WARNING #
###########

# fonts for Airline Status
sudo apt-get install fonts-powerline -y

# MarkDown Composer viewer plugin setup

# Install Rust language

    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh


# compile the MarkDown viewer
cd ~/.vim/bundle/vim-markdown-composer
cargo build --release --no-default-features --features json-rpc

# End Script

CentOS 7

Install Powerline Fonts

run as root

git clone https://github.com/powerline/fonts.git --depth=1

# install them
cd fonts
./install.sh

#To make it available to every user copy it
mkdir /usr/share/fonts
cp ~/.local/share/fonts/* /usr/share/fonts

Rust install

    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published