Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geier/dotfiles
collection of various configuration files
https://github.com/geier/dotfiles
Last synced: 2 months ago
JSON representation
collection of various configuration files
- Host: GitHub
- URL: https://github.com/geier/dotfiles
- Owner: geier
- Created: 2013-05-21T09:04:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T13:08:58.000Z (almost 1 year ago)
- Last Synced: 2024-01-23T14:34:54.653Z (almost 1 year ago)
- Language: Shell
- Homepage:
- Size: 374 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my dotfiles
## configs for (among others)
* **zsh**
* **vim**
* **i3** (the window manager)## Mail setup uses
* *offlineimap* for fetching
* *msmtp(-queue)* for sending
* *notmuch* for searching
* *mutt* and starting with *alot* for reading etc.## initialize vundle:
# Initializationgit submodule update --init --recursive
fc-cache -fv
open vim:
:PlugInstall