Разработка
podman
aura -S podman podman-composeКонфигурация:
1
sudo nano /etc/containers/registries.conf2
[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"github
aura -S --needed git github-cli gituiКонфигурация, укажите имя и email как у вашего аккаунта на github:
git config --global user.name "John Doe"
git config --global user.email [email protected]
git config --global core.compression 0visual studio code
aura -A visual-studio-code-binflatpak install com.visualstudio.codefigma
bash -c "$(curl -fsSL https://raw.githubusercontent.com/neetly/figma-agent-linux/main/scripts/install.sh)"Last updated