dotfiles/sourcecode
Érico Nogueira 90136a2471 General update.
- update sourcecode/.gitignore
- remove ~/.cargo/bin from PATH: we no longer have anything installed
  there
- update stow-linux.sh: remove alacritty and add tex
- clean up outdated battmux script
2022-01-04 04:50:12 -03:00
..
battmux Make battmux into its own program. 2021-07-28 02:32:16 -03:00
enter-chroot enter-chroot: use strlcat instead of strncat. 2020-09-01 01:01:51 -03:00
keyboard_layout_switcher Set up keyboard layout for all inputs, switch layout for all inputs in keyboard switcher. 2020-01-24 17:37:47 -03:00
lnch Reorganize Go programs inside sourcecode/. 2019-12-08 22:07:59 -03:00
sshfs-map sourcecode: simplify makefiles. 2020-09-01 00:20:19 -03:00
subprojects Update submodules. 2022-01-04 04:01:32 -03:00
.gitignore General update. 2022-01-04 04:50:12 -03:00
.stow-local-ignore Vendor the lnch executable, that makes the launcher possible. 2019-09-09 01:47:40 -03:00
README.md Simplify README. 2020-09-05 00:06:19 -03:00
install.mk sourcecode: simplify makefiles. 2020-09-01 00:20:19 -03:00
install.sh Remove purr-c as submodule. 2021-07-28 03:09:36 -03:00

README.md

sourcecode

Random custom programs for functionality that wasn't otherwise easily available, or that I just wanted to do myself. Also contains the subprojects/ dir for other projects pulled in as submodules.

The install.sh script can install most of these applications when called as ./install.sh all. This requires the presence of a Go compiler, a C compiler, and development files for the BearSSL library. The enter-chroot utility has to be built and installed separately.