mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
13 lines
499 B
Bash
Executable File
13 lines
499 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# TODO:
|
|
# - Needs manual installation: appimagelauncher, firefox, brave, vs-code, cursor, kitty, mattermost-desktop, skypedesktop, ulauncher, dotnet8, dotnet8-sdk8.0, aspnetcore-runtime-8.0, Jetbrains Toolbox, Obsidian, Postman, firefox, zen, zoho, zoho-workdrive, nala
|
|
# - Available on some, not on others; may need manual installation: libreoffice, sublime-text, kitty-terminfo, imagemagick
|
|
|
|
main() {
|
|
./install-os-packages.sh
|
|
./install-brew-packages.sh
|
|
}
|
|
|
|
main "$@"
|