A slowly-expanding collection of my dotfiles
Find a file
2024-10-01 10:52:13 -05:00
.aliases aliases: Add tls alias 2024-04-26 06:49:36 +00:00
.config/alacritty sway: Remove unused older Sway config 2024-05-22 16:53:43 -05:00
.profile.d [NEW] profile.d: Addd RP2040 Pico SDK PATH 2024-02-15 05:00:03 -06:00
.sway sway: Add SwayFX config from Surface Pro 2024-09-30 22:28:07 -05:00
Apple_Terminal Apple_Terminal: Remove unnecessary CommandString, silence Bell 2024-01-08 09:01:47 -06:00
x-crap [OLD] X: Add olde X crap for problem children 2024-05-22 19:32:44 -05:00
.bashrc bashrc: Dynamic window titles 2024-10-01 10:52:13 -05:00
.bashrc.freebsd Colorful ls on FreeBSD 2024-04-25 07:42:47 +00:00
.bashrc.mac bashrc: Terminal.app improvements, aliases broken out 2024-01-06 04:02:23 -06:00
.gitignore Makefile: Add README preview with Pandoc 2024-04-14 23:53:09 -05:00
.inputrc [NEW] inputrc: Set readline to vi mode 2024-04-25 07:48:32 +00:00
.profile profile: Make vim default EDITOR 2024-09-30 22:28:07 -05:00
.profile.freebsd profile.freebsd: Added XDG_RUNTIME_DIR 2024-05-22 14:39:42 -05:00
.profile.linux profile.linux: Auto-start Sway on TTY1 after login 2024-09-30 22:27:50 -05:00
.profile.mac bashrc: New pink and purple $PS1 👀 2024-09-28 12:18:10 -05:00
.vimrc vimrc: Add Golang LSP 2024-08-14 03:40:27 -05:00
GNUmakefile Makefile: Remove Sway from default target, new sway target 2024-09-28 12:13:48 -05:00
LICENSE LICENSE: Added LICENSE. 2024-04-06 17:13:31 -05:00
README.md README: Add FreeBSD package names. 2024-04-25 06:39:47 +00:00

DOTTIES

This is my personal dotfiles repository. Welcome!

Installing

GNU/Linux and MinGW64/Msys2/Clang64

Install my dot files with:

$ make install

BSD and Mac

Make sure you have the GNU Coreutils (for ginstall) and GNU Make (gmake) installed from your ports tree. On MacPorts and FreeBSD these are provided with the coreutils and gmake ports/packages, respectively.

Once you've GNU-ified your system, you can install my dotties with:

$ gmake install