Compare commits

..

14 Commits

Author SHA1 Message Date
c9b7711a95 packages: Add prettier 2024-11-02 11:01:42 +01:00
cebbd6ddbd packages: Add cargo-expand 2024-11-02 11:01:42 +01:00
4d09162f39 alacritty: Migrate config 2024-11-02 11:01:42 +01:00
a726a4de02 aur: Update slack-desktop 2024-11-02 11:01:42 +01:00
ecdf14ae5f aur: Update python-boto3-stubs 2024-11-02 11:01:42 +01:00
e0bf00ce13 aur: Update aws-sam-cli 2024-11-02 11:01:42 +01:00
c508c795bd aur: Update spotify 2024-11-02 11:01:42 +01:00
60cf14d327 aur: Update slack-desktop 2024-11-02 11:01:42 +01:00
7d5af14d21 aur: Update terraform-ls-bin 2024-11-02 11:01:42 +01:00
b259a11a3e aur: Update python-vdf 2024-11-02 11:01:42 +01:00
12b644378a Install slack 2024-11-02 11:01:42 +01:00
f38c3612df packages: Add taplo 2024-11-02 11:01:42 +01:00
7bcfa38026 Use "main" as default git branch 2024-11-02 11:01:42 +01:00
ddff48eef2 packages: Install uv 2024-11-02 11:01:42 +01:00
11 changed files with 22 additions and 6 deletions

3
.gitmodules vendored
View File

@@ -49,3 +49,6 @@
[submodule "pkgbuilds/protontricks"]
path = pkgbuilds/protontricks
url = https://aur.archlinux.org/protontricks.git
[submodule "pkgbuilds/slack-desktop"]
path = pkgbuilds/slack-desktop
url = https://aur.archlinux.org/slack-desktop.git

View File

@@ -1,3 +1,4 @@
[general]
live_config_reload = true
import = [

View File

@@ -121,7 +121,7 @@
insteadOf = https://code.hkoerber.de/
[init]
defaultBranch = master
defaultBranch = main
[safe]
directory = /var/lib/dotfiles
[includeIf "gitdir:/var/lib/dotfiles"]

View File

@@ -154,6 +154,7 @@ python:
- python-pylint
- flake8
- mypy
- uv
python-modules:
archlinux:
- python-ruamel-yaml
@@ -245,6 +246,7 @@ rust:
- rustup
- rust-analyzer
- cargo-edit
- cargo-expand
- cargo-msrv
- cargo-watch
- cargo-release
@@ -538,3 +540,9 @@ fuseiso:
unrar:
archlinux:
- unrar
taplo:
archlinux:
- taplo-cli
prettier:
archlinux:
- prettier

View File

@@ -255,6 +255,9 @@
# dependency of
- name: protontricks
# ===
- name: slack-desktop
- set_fact:
aur_packages: "{{ aur_packages|map(attribute='dependencies', default=[]) | flatten + aur_packages }}"