# dotfiles, plus scripts for box setup ### prereqs, linux distros - zsh is installed (scripts are written for zsh) - sudo access is configured for current user ### prereqs, macos - zsh is installed (scripts are written for zsh) - install the package manager, [homebrew](https://brew.sh/) - for aerospace window manager, have only 1 workspace/desktop - manual settings, refer to [macos-system-settings](ref/macos-system-settings.txt) ### script run - if repo present on system, run from the repo's root: - ``` ./box_setup.sh ``` - if repo not present, run: - ``` curl -LO https://git.drinkingtea.net/david/box-setup/raw/branch/master/box_setup.sh sh box_setup.sh ``` - then delete the script file afterwards (repo should have been copied to dev dir) ### todo items - choose window manager for linux, then configure - config for: terminal (ghostty); shell; mpd, mpc, ncmpcpp; mpv - config for gimp, `src_files/.config/GIMP` (dir) - set things in gtkrc only? still need to nest that within a sub dir? - or configure in gimp, copy resulting dir to `src_files/.config/GIMP`, call it a day - decide on and implement approach for languages and versioning - language-specific? asdf? no, not asdf, mise seems better from what i hear so far - docker? or alternatives like podman? any license concerns?