dot files for commonly used software programs and working environment primarily around command line and some software programs that have been very useful
-
cloud
- aws, azure, gcp
-
environments
- git
- go
- Python3
- Rust
- bash
- fish
-
terminals
- kitty
- tmux
-
editors
- neovim
- VSCode
-
browsers
- chrome
- firefox
- arc
- Linux ( Ubuntu24.04+, Debian12+ )
- Windows 12 Pro+ with WSLv2
- Mac OSX ( Sonoma+ )
Use the dots scripts attached to install , show and remove the components
% ./dots --help
./dots < commands > < components >
./dots [ show | install | remove | backup | restore ] [ cloud | base | pkg ]
Commands:
show
install
remove
backup
restore
Components:
cloud
base
To install the base packages needed
% ./dots install pkg
To install the base components
% ./dots install base
To create a backup of the base components
% ./dots backup base
To restore the base components
% ./dots restore base
To remove the base components
% ./dots remove base
To setup the basic cloud rc files for AWS, Azure and GCP
% ./dots install cloud