Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topic/ok/fix lazyvim dependencies #14

Merged
merged 5 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions meta/configs/applications.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- sudo:
- aptget:
bison:
curl:
colordiff:
curl:
fd-find:
flex:
git:
Expand All @@ -19,6 +19,7 @@
lzop:
net-tools:
p7zip:
pipx:
python3-dev:
python3-git:
python3-pip:
Expand All @@ -32,7 +33,6 @@
tree:
u-boot-tools:
virtualenv:
pipx:

- snap:
sleek:
Expand Down
3 changes: 3 additions & 0 deletions meta/configs/gnome-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "['<Super>c']"
6 changes: 1 addition & 5 deletions meta/configs/keepercommander-work.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
- sudo:
- shell:
- pip3 install --upgrade pip

- shell:
- pip3 install keepercommander
- pipx install keepercommander
- keeper server EU
14 changes: 12 additions & 2 deletions meta/configs/lazyvim.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down