dotfiles/sourcecode
Érico Nogueira 96d550eace Update all submodules.
Done with:

    git submodule update --recursive --remote

seen in https://stackoverflow.com/questions/1030169
2021-07-28 03:12:02 -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 all submodules. 2021-07-28 03:12:02 -03:00
.gitignore sourcecode: add AES file encoder/decoder. 2020-09-01 01:02:08 -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.