Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keelerm84/dotfiles
De rigueur dotfiles repo
https://github.com/keelerm84/dotfiles
dotfiles tmux vim zsh
Last synced: 17 days ago
JSON representation
De rigueur dotfiles repo
- Host: GitHub
- URL: https://github.com/keelerm84/dotfiles
- Owner: keelerm84
- Created: 2013-04-09T01:07:04.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T14:37:50.000Z (about 2 months ago)
- Last Synced: 2024-10-03T15:14:53.482Z (about 1 month ago)
- Topics: dotfiles, tmux, vim, zsh
- Language: Shell
- Size: 930 KB
- Stars: 10
- Watchers: 7
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles #
Everyone has a dotfiles repo, right? Well this is mine. It is structured as a
castle for the [homeshick](https://github.com/andsens/homeshick) tool, which
allows easy management for dotfile repos.## Included Tools ##
This repo contains dotfiles for the tools I use most often### vim ###
Vim is a great editor. If you don't know how to use it, then you should
invest the time to learn.### Emacs ###
Most people learn one editor, and it is the one they love for the rest of their
lives. But for me, one is not enough.
[Emacs](http://www.gnu.org/software/emacs/) is the other of the two giants, and
definitely worth your time to learn.**NOTE** My emacs configuration is actually stored in another
[repository](https://github.com/keelerm84/.emacs.d).### tmux ###
A fantastic [terminal multiplexer](http://tmux.sourceforge.net/). I was an
avid [GNU Screen](http://www.gnu.org/software/screen/) user for a long time,
but I have come to appreciate the awesomeness that is tmux.### zsh ###
[bash](http://www.gnu.org/software/bash/) is fantastic. There is no denying
it. But I must say, I have come to love [zsh](http://www.zsh.org/). It's
quite amazing.## Installation ##
You can quickly install these dotfiles by running the following command:
```bash
$ curl -o- https://raw.githubusercontent.com/keelerm84/dotfiles/main/install.sh | bash
```Shortened url:
```bash
$ curl -Lo- https://bit.ly/3tyU82T | bash
```