Updates for gnome.

This commit is contained in:
Jason Hilder 2026-02-24 08:07:48 +02:00
parent 00b70e752e
commit 0a1f44bf9b
3 changed files with 9 additions and 5 deletions

View File

@ -8,7 +8,7 @@
tab q w e r t y u i o p [ ] bspc
lctl a s d f g h j k l ; ' ret
lsft z x c v b n m , . / rsft
lmet lalt spc ralt rmet
lmet lalt spc ralt rmet ;; swapped here
)
(deflayer base
@ -16,7 +16,7 @@
tab q w e r t y u i o p [ ] bspc
lctl a s d f g h j k l ; ' ret
lsft z x c v b n m , . / rsft
lmet lalt spc ralt rmet
lmet lalt spc ralt rmet ;; swapped here
)
(deflayer navigation

View File

@ -51,6 +51,7 @@ require("mini.pick").setup()
require("mini.pairs").setup()
require("mini.surround").setup()
require('gdscript-extended-lsp').setup()
require('kanagawa').setup({ undercurl = false })
require("oil").setup({ view_options = { show_hidden = true, } })
require("toggleterm").setup({ open_mapping = [[<c-\>]], direction = "float" })
require('nvim-treesitter.configs').setup({ highlight = { enable = true, } })

View File

@ -19,13 +19,15 @@
# ExecStart=/home/user/.cargo/bin/kanata --cfg /home/user/.config/kanata/config-name.kbd
# Restart=never
#
# [Install]
T [Install]
# WantedBy=default.target
# ```
# * Clone dotfiles
# * Install bob neovim manager [ curl -fsSL https://raw.githubusercontent.com/MordechaiHadad/bob/master/scripts/install.sh | bash ]
# * Get fonts, Lato(desktop) and Hack(mono/terminal) and Hack Nerd font
# * Install nerd font
# * Remove firefox for Brave
# * Setup gnome extensions
# * Install steam
# ---------------------------------------------------------------------------------
## GLOBAL VARS
@ -141,7 +143,8 @@ fi
if [ "$DO_INSTALL" = true ]; then
REQUIRED_PACKAGES=(
# system essentials
fzf fd-find btop direnv ripgrep neovim tree
wget curl git
fzf fd-find btop direnv ripgrep tree rofi
build-essential make bear valgrind fish
)