A slowly-expanding collection of my dotfiles
Find a file
2024-10-22 09:51:19 -05:00
.aliases aliases: Add tls alias 2024-04-26 06:49:36 +00:00
.config i3status: Remove dupe "/" block 2024-10-22 09:51:19 -05:00
.profile.d [NEW] profile.d: Addd RP2040 Pico SDK PATH 2024-02-15 05:00:03 -06:00
.sway sway: Set bemenu-run font and border 2024-10-16 13:23:11 -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: Colorize PS1 in Tmux 2024-10-18 10:15:36 -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 aliases: Source in .bashrc instead of .profile 2024-10-15 18:49:00 -05:00
.profile.freebsd profile.freebsd: Added XDG_RUNTIME_DIR 2024-05-22 14:39:42 -05:00
.profile.linux profile.linux: Start Sway on tty1 on Arch, too! 2024-10-15 17:57:32 -05:00
.profile.mac profile.mac: Set LANG, update PATH for Python 3.12 2024-10-16 12:52:05 -05:00
.vimrc vimrc: Add Java language server support. 2024-10-16 16:00:14 -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