├── LICENSE ├── README.md ├── apt-cacher ├── acng.conf ├── base.sh └── cache.sh ├── base.sh ├── help-steps ├── buildah ├── init ├── preview.gif ├── preview2.gif ├── script_template ├── targets ├── tmux ├── variables └── vimrc └── pod-buildah /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tabletseeker/pod-buildah/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tabletseeker/pod-buildah/HEAD/README.md -------------------------------------------------------------------------------- /apt-cacher/acng.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tabletseeker/pod-buildah/HEAD/apt-cacher/acng.conf -------------------------------------------------------------------------------- /apt-cacher/base.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tabletseeker/pod-buildah/HEAD/apt-cacher/base.sh -------------------------------------------------------------------------------- /apt-cacher/cache.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tabletseeker/pod-buildah/HEAD/apt-cacher/cache.sh -------------------------------------------------------------------------------- /base.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tabletseeker/pod-buildah/HEAD/base.sh -------------------------------------------------------------------------------- /help-steps/buildah: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tabletseeker/pod-buildah/HEAD/help-steps/buildah -------------------------------------------------------------------------------- /help-steps/init: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | declare -fx tmux_exit_bar 4 | -------------------------------------------------------------------------------- /help-steps/preview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tabletseeker/pod-buildah/HEAD/help-steps/preview.gif -------------------------------------------------------------------------------- /help-steps/preview2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tabletseeker/pod-buildah/HEAD/help-steps/preview2.gif -------------------------------------------------------------------------------- /help-steps/script_template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tabletseeker/pod-buildah/HEAD/help-steps/script_template -------------------------------------------------------------------------------- /help-steps/targets: -------------------------------------------------------------------------------- 1 | nyxt 2 | linux_kernel 3 | -------------------------------------------------------------------------------- /help-steps/tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tabletseeker/pod-buildah/HEAD/help-steps/tmux -------------------------------------------------------------------------------- /help-steps/variables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tabletseeker/pod-buildah/HEAD/help-steps/variables -------------------------------------------------------------------------------- /help-steps/vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tabletseeker/pod-buildah/HEAD/help-steps/vimrc -------------------------------------------------------------------------------- /pod-buildah: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tabletseeker/pod-buildah/HEAD/pod-buildah --------------------------------------------------------------------------------