My Dotfiles.
Find a file
2024-02-16 16:04:45 -05:00
.aliases Initial Alpine Linux Dotfiles. 2024-01-06 09:08:11 -05:00
.ashrc Fine-tune my shell and git configs. 2024-02-16 16:02:12 -05:00
.fortunes Add fortunes file. 2024-01-06 10:00:51 -05:00
.gitconfig Don't sign pushes, since Gitea doesn't support that. 2024-02-16 16:04:45 -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 Update .vimrc. 2024-01-09 18:09:26 -05:00
README.md Update dotfiles. 2024-01-14 14:23:50 -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 scripts to work on all of them out of the box.

System Setup

My current operating system of choice is Alpine Linux. If I ever re-install, this is the set up procedure:

setup-desktop plasma
apk add networkmanager-wifi wpa_supplicant
rc-update add wpa_supplicant default
rc-update add networkmanager default

# File explorer
apk add dolphin

# Media player
apk add haruna

# Camera
apk add kamoso

# Printing
apk add system-config-printer cups cups-filter

# Scanning
apk add simple-scan sane-backends

# PDFs and Epubs
apk add okular ebook-tools

# Other GUI applications
apk add libreoffice musescore neochat qt5-qtlocation nextcloud-client \
    nextcloud-client-dolphin

# Spell checking in Libreoffice.
apk add hunspell hunspell-en hunspell-en-us

# Development
apk add git less make gcc musl-dev openssl-dev mandoc man-pages