Разработка
podman
aura -S podman podman-compose
Конфигурация:
1
sudo nano /etc/containers/registries.conf
2
[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 0
visual studio code
aura -A visual-studio-code-bin
figma
bash -c "$(curl -fsSL https://raw.githubusercontent.com/neetly/figma-agent-linux/main/scripts/install.sh)"
Last updated