ApolloFortyNine / dots

Personal *nix configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

git clone git@github.com:noahfrederick/dots.git ~/.dots

I symlink the various files via Puppet, but you could just as well do it manually:

ln -s ~/.dots/bashrc ~/.bashrc
# etc.

Software

Vim

Vim is a free, cross-platform text editor based on vi. It has been around since the early ’90s and is arguably the best editor currently in existence. Although Vim is admittedly better suited for writing code than prose (largely because of its poor handling of soft-wrapped lines), I use it for pretty much everything.

Emacs

Emacs is a free, cross-platform text editor, mail client, news reader, organizer, and more. It is the second-best text editor currently in existence. It does not take the streamlined, minimalistic approach that Vim does, but it can be made to emulate Vim. I use Emacs for the excellent Org mode. See my emacs.org file for more.

Fish

My shell of choice is the fish shell. More software ought to be developed with fish’s design guidelines in mind.

Tmux

Tmux is a popular terminal multiplexer.

About

Personal *nix configuration files


Languages

Language:Vim Script 71.3%Language:Emacs Lisp 11.6%Language:C 7.4%Language:Shell 5.8%Language:CSS 2.9%Language:HTML 0.5%Language:PHP 0.3%Language:Makefile 0.2%