Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blampe/dotfiles
https://github.com/blampe/dotfiles
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/blampe/dotfiles
- Owner: blampe
- Created: 2020-09-06T00:23:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T17:24:18.000Z (over 2 years ago)
- Last Synced: 2024-04-30T07:17:41.734Z (9 months ago)
- Language: Vim script
- Size: 3.15 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Files
.vim
directory of file type configurations and plugins
.vimrc
my vim configuration
.screenrc
my screen configuration## Instructions
### Creating source files
Any file which matches the shell glob `_*` will be linked into `$HOME` as a symlink with the first `_` replaced with a `.`For example:
_zshrc
becomes
${HOME}/.zshrc
### Installing source files
It's as simple as running:./install.sh
From this top-level directory.
## Requirements
* zsh