Skip to content

jgroh/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Some bare-bones configuration files for my personal use.

Required setup

Clone this repository.

git clone https://github.com/jgroh/dotfiles

vim

Create symbolic link to vimrc file.

ln -sf dotfiles/vimrc ~/.vimrc

Install vim-plug.

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

From within vim, run :PlugInstall, to install plugins.

To enable syntax highlighting for Snakemake, use

wget https://bitbucket.org/snakemake/snakemake/raw/master/misc/vim/syntax/snakemake.vim -P ~/.vim/syntax

The vimrc file in this directory contains lines to recognize this file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors