No description
Find a file
2025-02-20 05:41:18 +08:00
.cargo feat: add bash configs 2025-02-06 15:35:31 +08:00
.config/tealdeer feat: add tealdeer config 2025-02-17 02:15:51 +08:00
bin chore(git): set pull.rebase to false 2025-02-20 05:39:04 +08:00
.bash_aliases feat: add bash configs 2025-02-06 15:35:31 +08:00
.bash_logout refactor: add bash specific scripts 2025-02-20 03:08:52 +08:00
.bash_profile refactor: add bash specific scripts 2025-02-20 03:08:52 +08:00
.bashrc fix: amend bashrc to check for homebrew 2025-02-20 04:33:57 +08:00
.gitconfig merge: add safe directory to gitconfig 2025-02-20 05:41:18 +08:00
.gitignore feat: add one-byte .gitignore 2025-02-06 15:18:34 +08:00
.profile feat: add more shell configs 2025-02-06 15:37:13 +08:00
.wakatime.cfg feat(wakatime): add wakatime cfg to point to timetrack.slayment.com 2025-02-16 20:38:39 +08:00
LICENSE chore: add LICENSE 2025-02-06 15:26:14 +08:00
README.md docs: update README.md with install script info 2025-02-17 02:38:04 +08:00

https://drewdevault.com/2019/12/30/dotfiles.html

Uses a one-byte .gitignore.

Houses all the configuration files and scripts I use. If any are from external sources, attribution is in the file itself. Otherwise, they are free to use as you want.

~/bin/ should have all the installed binaries. install_apps in bin/ is a script to install all the apps that there are config files for.

TODO

  • Make the install script interactive so the user can choose which programs they want to install
  • Add Rust, NVM, and Tealdeer to the install script