A slowly-expanding collection of my dotfiles
Find a file
2024-04-25 07:48:32 +00:00
.aliases aliases: add tmux aliases 2024-04-25 07:34:27 +00:00
.config [NEW] sway: Added Sway config file 2024-01-30 06:53:23 -06:00
.profile.d [NEW] profile.d: Addd RP2040 Pico SDK PATH 2024-02-15 05:00:03 -06:00
Apple_Terminal Apple_Terminal: Remove unnecessary CommandString, silence Bell 2024-01-08 09:01:47 -06:00
.bashrc Colorful ls on FreeBSD 2024-04-25 07:42:47 +00: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 [NEW] profile: Linux/General profile 2024-01-06 05:35:55 -06:00
.profile.mac profile.mac: Add $HOME/.local prefix 2024-04-14 22:18:20 -05:00
.vimrc vimrc: Mac terminal improvements, dark mode example 2024-01-06 04:58:50 -06:00
GNUmakefile [NEW] inputrc: Set readline to vi mode 2024-04-25 07:48:32 +00: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