A slowly-expanding collection of my dotfiles
Find a file
2024-04-14 23:48:14 -05:00
.aliases aliases: Added Cmake LSP hellper 2024-02-15 04:41:13 -06: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 bashrc: Terminal.app improvements, aliases broken out 2024-01-06 04:02:23 -06:00
.bashrc.mac bashrc: Terminal.app improvements, aliases broken out 2024-01-06 04:02:23 -06:00
.gitignore Add ignore file 2024-01-06 03:39:50 -06: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 Makefile: Use ginstall on Darwin and FreeBSD 2024-04-14 23:13:13 -05:00
LICENSE LICENSE: Added LICENSE. 2024-04-06 17:13:31 -05:00
README.md [NEW] README: Added Markdown README 2024-04-14 23:48:14 -05: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 these are provided with the coreutils and gmake ports, respectively.

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

$ gmake install