Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.41 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.41 KB

dotfiles

Everyone has a dotfiles repo, right? Well this is mine. It is structured as a castle for the 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 is the other of the two giants, and definitely worth your time to learn.

NOTE My emacs configuration is actually stored in another repository.

tmux

A fantastic terminal multiplexer. I was an avid GNU Screen user for a long time, but I have come to appreciate the awesomeness that is tmux.

zsh

bash is fantastic. There is no denying it. But I must say, I have come to love zsh. It's quite amazing.

Installation

You can quickly install these dotfiles by running the following command:

$ curl -o- https://raw.githubusercontent.com/keelerm84/dotfiles/main/install.sh | bash

Shortened url:

$ curl -Lo- https://bit.ly/3tyU82T | bash