Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jparise/dotfiles
- Owner: jparise
- License: mit
- Created: 2010-11-09T06:50:04.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T17:47:53.000Z (4 months ago)
- Last Synced: 2024-10-12T13:25:12.527Z (4 months ago)
- Topics: bash, dotfiles, git, vim
- Language: Vim Script
- Homepage:
- Size: 631 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.