diff --git a/.github/workflows/install-test.yml b/.github/workflows/install-test.yml index 379c6f3..c532dcd 100644 --- a/.github/workflows/install-test.yml +++ b/.github/workflows/install-test.yml @@ -54,5 +54,8 @@ jobs: sudo chown $(whoami):$(whoami) $XDG_RUNTIME_DIR chmod 700 $XDG_RUNTIME_DIR + # Wait for GNOME session to start + sleep 10 + - name: Run ubuntu-generic-profile tests run: ./install --profile ubuntu-generic diff --git a/meta/configs/applications.yaml b/meta/configs/applications.yaml index 2d5145d..597fc4d 100644 --- a/meta/configs/applications.yaml +++ b/meta/configs/applications.yaml @@ -1,8 +1,8 @@ - sudo: - aptget: bison: - curl: colordiff: + curl: fd-find: flex: git: @@ -19,6 +19,7 @@ lzop: net-tools: p7zip: + pipx: python3-dev: python3-git: python3-pip: @@ -32,7 +33,6 @@ tree: u-boot-tools: virtualenv: - pipx: - snap: sleek: diff --git a/meta/configs/gnome-settings.yaml b/meta/configs/gnome-settings.yaml index 2c0f03f..6938c39 100644 --- a/meta/configs/gnome-settings.yaml +++ b/meta/configs/gnome-settings.yaml @@ -72,3 +72,6 @@ # set style color - gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' + + # set shortcuts + - gsettings set org.gnome.settings-daemon.plugins.media-keys calculator "['c']" diff --git a/meta/configs/keepercommander-work.yaml b/meta/configs/keepercommander-work.yaml index ac9126b..1663dcb 100644 --- a/meta/configs/keepercommander-work.yaml +++ b/meta/configs/keepercommander-work.yaml @@ -1,7 +1,3 @@ -- sudo: - - shell: - - pip3 install --upgrade pip - - shell: - - pip3 install keepercommander + - pipx install keepercommander - keeper server EU diff --git a/meta/configs/lazyvim.yaml b/meta/configs/lazyvim.yaml index 4ece16d..4674336 100644 --- a/meta/configs/lazyvim.yaml +++ b/meta/configs/lazyvim.yaml @@ -1,11 +1,20 @@ - sudo: - aptget: - git: build-essential: + cargo: curl: - ripgrep: fd-find: + git: luarocks: + nodejs: + npm: + python3-pynvim: + ripgrep: + xclip: + + - shell: + - luarocks install --lua-version 5.1 tiktoken_core + - npm install -g neovim # We need newer versions of some packages as our current # Ubuntu version serves. Install them via an alternative @@ -15,6 +24,7 @@ - eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install lazygit - eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install gh - eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install --force --cask font-iosevka-nerd-font + - eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install lynx - asdf: - asdf_path: /home/linuxbrew/.linuxbrew/opt/asdf/libexec/asdf.sh