Skip to content

Nickael/vim.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Prerequisites

To use this configuration correctly, you need to install this cli programms git or depending on your python version python3.6-dev or depending on your python version vim 8.1 min version

Getting Git CLI

$ sudo apt install -y git

or

# yum install python3.6-dev

Getting Python Headers

For Python3.6 installed version

$ sudo apt install -y python3.6-dev

or

# yum install python3.6-dev

Getting Vim 8.1

sudo add-apt-repository ppa:jonathonf/vim
sudo apt update
sudo apt install vim

source here

Good to know

Getting powerline fonts

Make sure you change you shell default font to powerline fonts. Get all of powerline fonts here or to nerd fonts. Get all of nerd fonts here

Basic installation

Via curl

git clone https://github.com/Nickael/vim.dotfiles.git && cd vim.dotfiles && ./install.sh && cd - && rm -fr vim.dotf*

Good luck and enjoy

Releases

No releases published

Packages

No packages published