No description
Find a file
2025-02-20 03:03:04 +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 fix(install_apps): improve neovim installing function 2025-02-17 03:26:38 +08:00
.bash_aliases feat: add bash configs 2025-02-06 15:35:31 +08:00
.bashrc feat: add thefuck and homebrew (dependency) to bashrc 2025-02-20 03:03:04 +08:00
.gitconfig chore(gitconfig): sensible defaults 2025-02-16 20:40:42 +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