Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jparise/dotfiles

My public dotfiles
https://github.com/jparise/dotfiles

bash dotfiles git vim

Last synced: 3 months ago
JSON representation

My public dotfiles

Awesome Lists containing this project

README

        

# Dotfiles

This repository contains my public [dotfiles](https://dotfiles.github.io/).
Feel free to borrow anything you like.

Installation is handled by the Makefile. `make install` should take care of
everything, but note that any existing configuration files will be removed
_without_ making backup copies.

## bash

Local settings can be placed in a file named `$HOME/.bashrc.local`.

## vim

[vim-plug](https://github.com/junegunn/vim-plug) is used for plugin
management. There is a Makefile rule that downloads `autoload/plug.vim` to
bootstrap the system. Run `:PlugInstall` to install the individual plugins
themselves.

Local settings can be placed in files named `*.local.vim`.