Commit graph

11 commits

Author SHA1 Message Date
2adf2b18d3 🐛 Fix issue where not all installers were run
Not entirely sure why, but find | while read was skipping some files.
Switching to find -exec fixed it, and is cleaner & shorter to boot.
2024-02-04 18:56:56 -08:00
867bd35113 🔥 Remove sudo check in dot.fish as it's broken 2024-02-04 15:50:33 -08:00
7c548e23e2 Ask for sudo in dot.fish 2024-02-04 12:49:24 -08:00
4df4cd9852 🩹 tmux conf fixes 2024-02-03 20:58:18 -08:00
6429e703fd 🍻 Attempting to fix things 2024-02-03 15:49:09 -08:00
b2d9c64f1f 🎨 Format all files 2024-02-03 12:05:02 -08:00
fc242d841e 🚸 Add flags for skip/ow/backup all 2024-02-02 17:44:26 -08:00
d3b2fc6b41 ✏️ Use ln instead of ls for soft links 2024-01-29 20:06:46 -08:00
52a8da2336 🍻 Fix everything that was broken
Note to self - maybe consider testing things as you write them instead
of just making one thousand edits and then moving on.
2024-01-29 19:54:57 -08:00
b87524c063 ♻️ Volta -> fish 2024-01-29 17:23:33 -08:00
be04264133 🚚 Add .fish to install files
Now that they will not be automatically included in config.fish; renamed
installation files to have a .fish suffix.
2024-01-29 17:04:02 -08:00
Renamed from script/dot (Browse further)