Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .taskfiles/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ tasks:
- yay -Syu --needed --noconfirm
azure-cli
github-cli
docker
docker-buildx
podman
podman-compose
podman-docker
google-cloud-cli
google-cloud-cli-gke-gcloud-auth-plugin
nix
Expand Down
1 change: 1 addition & 0 deletions .taskfiles/symlinks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ tasks:
- test -x "$(which nix 2>/dev/null)" && ln -rsf nix ~/.config/
- test -x "$(which nvim 2>/dev/null)" && mkdir -p ~/.config/nvim && ln -rsf nvim/init.vim ~/.config/nvim && ln -rsf nvim/init.vim ~/.vimrc
- test -x "$(which pacman 2>/dev/null)" && mkdir -p ~/.config/pacman && ln -rsf makepkg.conf ~/.config/pacman/makepkg.conf
- test -x "$(which podman 2>/dev/null)" && ln -rsf containers ~/.config/
- test -x "$(which pulseaudio 2>/dev/null)" && mkdir -p ~/.config/pulse && ln -rsf pulse/default.pa ~/.config/pulse/default.pa
- test -x "$(which ranger 2>/dev/null)" && ln -rsf ranger/commands.py ~/.config/ranger/commands.py && ln -rsf ranger/rc.conf ~/.config/ranger/rc.conf && ln -rsf ranger/scope.sh ~/.config/ranger/scope.sh
- test -x "$(which rofi 2>/dev/null)" && ln -rsf rofi ~/.config/
Expand Down
6 changes: 6 additions & 0 deletions containers/containers.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# For more information on this configuration file, see containers.conf(5).

[containers]
privileged = false
read_only = true
userns = "auto"
3 changes: 3 additions & 0 deletions containers/registries.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# For more information on this configuration file, see containers-registries.conf(5).

unqualified-search-registries = ["docker.io"]