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.
This repo contains dotfiles for the tools I use most often
Vim is a great editor. If you don't know how to use it, then you should invest the time to learn.
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.
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.
bash is fantastic. There is no denying it. But I must say, I have come to love zsh. It's quite amazing.
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