The updated repository can be found at chuahou/kiwami. This is an archived version prior to a large (destructive) rebase, that removed all traces (hopefully) of Iosevka binaries from the repository.
A personal utility repository for (more or less) reproducible setups on Pop!_OS systems. Current version for Pop!_OS 20.04.
- debian: a series of debian packages with tools /
dependencies, that when installed, sets up the system I need.
- kiwami-mgr: a personal installation manager
that offers the
kiwami-mgr
binary, installing / uninstalling some software not in standard apt sources - kiwami-pkgs: a metapackage that depends on apt packages I want installed
- kiwami-scripts: a collection of useful scripts
- teams-apt-source: a package containing the apt source and GPG key for Microsoft Teams, as I was unhappy with the default package not cleanly uninstalling
- xinit-xsession: a simple package
containing a script and desktop file to run
$HOME/.xinitrc
from a display manager
- kiwami-mgr: a personal installation manager
that offers the
- other: miscellanous files
- rcfiles: see rcfiles repo
- zsh-vim-mode: this plugin as a submodule for easy installation using symlinks in rcfiles
- binaries: prebuilt binary packages.
predep.deb
must be installed before we can build the debian folder, and the others are binaries from other projects - init.sh: script that does everything for a fresh system
$ mkdir -p ~/dev $ git clone https://github.com/chuahou/kiwami.git ~/dev/kiwami --recurse-submodules $ cd ~/dev/kiwami $ ./init.sh
RIP utility repo