I keep this repo at $HOME/Dropbox/z, and my setup scripts (see below for
details) link everything to $HOME/. This repo is laid out exactly the same way
as it is in my home directory, with the exception of this readme, the license
file, the misc directory, and the .github directory, which don't get
symlinked or copied over.
./install.sh is how everything gets set up. This is written to handle three
types of environments: my usual Mac machine, full Ubuntu PC installations, and
generic slim Linux installations (for use in remote environments).
- macOS, Rectangle, stock Terminal.app
- File manager: Joshuto
- Editor: Vim and Zed
- Browser: Waterfox
- Shell: Bash, with lots of aliases and handy functions.
~/.bashrcmostly just sources a bunch of stuff in~/.bash/
~/bin/mac-*is all Mac-specific scripts. Most aliases and functions are written to be compatible with both Mac and Linux.- The files at
misc/*.listare for installing packages. - I work heavily in TS/JS/Node/React, some Python, some Go, some Shell, and lots of configs. My setup is oriented towards quick navigation and editing.
- I previously mostly used Ubuntu, and before that Arch, and before that Debian, so some lingering bits for those distros may still be lingering around.
- Unless otherwise noted, everything here is under the MIT license.