My Dotfiles.
Find a file
Jordan Bancino d1507c7cdf Use .vimrc instead of .exrc. Also fix .ashrc.
I have the entire Alpine Linux repository mirrored. I might as well use
the fancy vi implementation. Syntax highlighting is kinda nice.
2024-01-06 09:31:03 -05:00
.aliases Initial Alpine Linux Dotfiles. 2024-01-06 09:08:11 -05:00
.ashrc Use .vimrc instead of .exrc. Also fix .ashrc. 2024-01-06 09:31:03 -05:00
.gitconfig Store credentials so I don't have to type so much! 2024-01-06 09:20:20 -05:00
.profile Initial Alpine Linux Dotfiles. 2024-01-06 09:08:11 -05:00
.sqliterc Initial Alpine Linux Dotfiles. 2024-01-06 09:08:11 -05:00
.tmux.conf Initial Alpine Linux Dotfiles. 2024-01-06 09:08:11 -05:00
.vimrc Use .vimrc instead of .exrc. Also fix .ashrc. 2024-01-06 09:31:03 -05:00
README.md Sync up some more dotfiles. 2024-01-06 09:19:39 -05:00

Dotfiles

These are my dotfiles. As you will notice, they are quite simple. Over the years, I have built up many complex and fancy init scripts for many different programs, but I've come to realize that sometimes simplicity and defaults are better.

The dotfiles here are just the basics—useful aliases and functions that have stuck around throughout the years. They're minimal, but useful. The main part of my .ashrc is the customized prompt, which supports showing the current git branch.

My shell init scripts are written in POSIX shell, so they should work on any shell. As I've hopped from Ubuntu to Arch to OpenBSD to FreeBSD and now to Alpine, I've used a lot of shells, and I want my init scripst to work on all of them out of the box.