Skip to content

mellado/mellado-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mellado-dotfiles

My configuration dot files currently at my office computer.

Actually there is only files for Vim config.

vim config

The commands to clone the repository and set the Vim setup are:

cd ~
git clone --recursive https://github.com/mellado/mellado-dotfiles.git
mv mellado-dotfiles/ .mellado-dotfiles
mv .vimrc .vimrc.old
ln -s .mellado-dotfiles/vimrc .vimrc
mv .vim .vim.old
ln -s .mellado-dotfiles/vim/ .vim

You may also need to install flake8 command, you can do so in Debian with:

apt-get install python-pip
pip install flake8

About

My configuration dot files

Resources

Stars

Watchers

Forks

Packages

No packages published