A slowly-expanding collection of my dotfiles
Find a file
Andrea Rogers d8413f894f Makefile: Remove Sway from default target, new sway target
Some machines have require customization to their Sway configurations.
To keep from blowing them away every time we run gmake, we're adding a
new `sway ` target that can be ran manually.
2024-09-28 12:13:48 -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 [NEW] sway: Add Sway Wayland compositor config 2024-04-30 01:32:40 -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: finish Linux case in switch statement (whoops) 2024-06-19 22:56:11 -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: Source .profile.linux 2024-07-25 06:16:25 -05:00
.profile.freebsd profile.freebsd: Added XDG_RUNTIME_DIR 2024-05-22 14:39:42 -05:00
.profile.linux profile.linux: MOAR Bashisms 2024-09-28 11:47:56 -05:00
.profile.mac profile.mac: Add $HOME/.local prefix 2024-04-14 22:18:20 -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