diff --git a/config/files/usr/share/ublue-os/just/60-custom.just b/config/files/usr/share/ublue-os/just/60-custom.just index 0219b74d1a..556f3e588f 100644 --- a/config/files/usr/share/ublue-os/just/60-custom.just +++ b/config/files/usr/share/ublue-os/just/60-custom.just @@ -43,23 +43,10 @@ devbox: zsh: sudo chsh -s /usr/bin/zsh $USER -# Add personal git configuration -git: - git config --global credential.helper libsecret - git config --global core.pager delta - git config --global interactive.diffFilter delta --color-only - git config --global delta.navigate true - git config --global delta.light false - git config --global merge.conflictstyle diff3 - git config --global diff.colorMoved default - git config --global user.email benedikt.floeser@scandio.de - git config --global user.name Benedikt Flöser - # Setup for personal dev work dev-setup: just --unstable zsh just --unstable docker - just --unstable git just --unstable nix just --unstable devenv just --unstable devbox-create diff --git a/config/recipe-dx.yml b/config/recipe-dx.yml index a7fca6aaba..b49c8d3d6d 100644 --- a/config/recipe-dx.yml +++ b/config/recipe-dx.yml @@ -25,49 +25,31 @@ modules: - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo - https://copr.fedorainfracloud.org/coprs/varlad/helix/repo/fedora-%OS_VERSION%/varlad-helix-fedora-%OS_VERSION%.repo - https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-%OS_VERSION%/ublue-os-staging-fedora-%OS_VERSION%.repo - # - https://raw.githubusercontent.com/DocKDE/bluejay/live/config/repos/1password.repo - https://download.docker.com/linux/fedora/docker-ce.repo install: # Cli - - starship - - kitty + # PW manager + - 1password + - 1password-cli - alacritty - - helix - # - neovim - # - gitui - # - bat - - zsh - - zsh-autosuggestions - - zsh-syntax-highlighting - # - zoxide - # - fd-find - # - ripgrep - # - starship - # - exa - - fira-code-fonts - # - git-credential-libsecret - # - direnv - - util-linux-user - # - fzf - # - yt-dlp - # - git-delta - - guake - # hasn't been built yet - # - gnome-shell-extension-pano - # Dev utils - - docker-compose + # Container stuff + - containerd.io - dnf-plugins-core + - docker-buildx-plugin - docker-ce - docker-ce-cli - - containerd.io - - docker-buildx-plugin - docker-compose-plugin - # - p7zip - # - p7zip-plugins - # - openssl-devel - # PW manager - - 1password - - 1password-cli + - fira-code-fonts + - helix + # hasn't been built yet + # - gnome-shell-extension-pano + - guake + - kitty + - starship + - util-linux-user + - zsh + - zsh-autosuggestions + - zsh-syntax-highlighting optfix: - 1Password remove: @@ -81,12 +63,8 @@ modules: - type: script scripts: # this sets up the proper policy & signing files for signed images to work - - podman.sh - - font.sh - 1password.sh - - repo-cleanup-dx.sh - # - atuin-install.sh + - font.sh - guake.sh - - devbox-install.sh - - slim-install.sh - # - rtx-install.sh + - podman.sh + - repo-cleanup-dx.sh