40 lines
1.5 KiB
Markdown
40 lines
1.5 KiB
Markdown
# dotfiles, plus scripts for box setup
|
|
|
|
### prereqs
|
|
- zsh and git installed
|
|
- git clone this repo
|
|
|
|
#### specific prereqs, linux distros
|
|
- sudo access is configured for current user
|
|
|
|
#### specific prereqs, macos
|
|
- install the package manager, [homebrew](https://brew.sh/)
|
|
- for aerospace window manager, have only 1 workspace/desktop
|
|
- manual settings, refer to [ref/macos-system-settings](ref/macos-system-settings.txt)
|
|
|
|
--------
|
|
|
|
### script run
|
|
- to do the full setup, from git root dir, run: `./box_setup.sh`
|
|
- to copy dotfiles only, from git root dir, run: `./copy_dotfiles.sh`
|
|
|
|
--------
|
|
|
|
### after script run
|
|
- complete manual actions specified in [ref/post-run](ref/post-run.md)
|
|
|
|
--------
|
|
|
|
### todo items
|
|
- config for: terminal (ghostty? foot? havoc?); shell; mpd, mpc, ncmpcpp; mpv
|
|
- hyprland config on linux
|
|
- decide on docker? or alternatives like podman? any license concerns?
|
|
- switch installation approach, use csv file with programs to install, install types,
|
|
any extra flags/opts, comments
|
|
- regarding the system-types idea i'd started to build in already, maybe have a
|
|
column for filtering in the csv file, or just have multiple csv files corresponding
|
|
to a base/core install, a music-studio install, a employer/work machine, etc.
|
|
- alternate idea: columns for "include_in_systems" and/or "excluded_from_systems"
|
|
- if both, likely apply the include column first, then the exclude (priority)
|
|
- add command in tmux to perform cd to a given dir in all windows of the current session
|