aura -S podman podman-compose
Конфигурация:
sudo nano /etc/containers/registries.conf
[registries.search] registries = ['docker.io']
Дополнительно можно добавить зеркало docker.io:
[[registry]] prefix = "" location = "docker.io" [[registry.mirror]] location = "dockerhub.timeweb.cloud" insecure = false [[registry]] prefix = "" location = "quay.io"
aura -S --needed git github-cli gitui
Конфигурация, укажите имя и email как у вашего аккаунта на github:
git config --global user.name "John Doe" git config --global user.email johndoe@example.com git config --global core.compression 0
aura -A visual-studio-code-bin
flatpak install com.visualstudio.code
bash -c "$(curl -fsSL https://raw.githubusercontent.com/neetly/figma-agent-linux/main/scripts/install.sh)"
Last updated 3 months ago