Updates for gnome.
This commit is contained in:
parent
00b70e752e
commit
0a1f44bf9b
|
|
@ -8,7 +8,7 @@
|
||||||
tab q w e r t y u i o p [ ] bspc
|
tab q w e r t y u i o p [ ] bspc
|
||||||
lctl a s d f g h j k l ; ' ret
|
lctl a s d f g h j k l ; ' ret
|
||||||
lsft z x c v b n m , . / rsft
|
lsft z x c v b n m , . / rsft
|
||||||
lmet lalt spc ralt rmet
|
lmet lalt spc ralt rmet ;; swapped here
|
||||||
)
|
)
|
||||||
|
|
||||||
(deflayer base
|
(deflayer base
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
tab q w e r t y u i o p [ ] bspc
|
tab q w e r t y u i o p [ ] bspc
|
||||||
lctl a s d f g h j k l ; ' ret
|
lctl a s d f g h j k l ; ' ret
|
||||||
lsft z x c v b n m , . / rsft
|
lsft z x c v b n m , . / rsft
|
||||||
lmet lalt spc ralt rmet
|
lmet lalt spc ralt rmet ;; swapped here
|
||||||
)
|
)
|
||||||
|
|
||||||
(deflayer navigation
|
(deflayer navigation
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,7 @@ require("mini.pick").setup()
|
||||||
require("mini.pairs").setup()
|
require("mini.pairs").setup()
|
||||||
require("mini.surround").setup()
|
require("mini.surround").setup()
|
||||||
require('gdscript-extended-lsp').setup()
|
require('gdscript-extended-lsp').setup()
|
||||||
|
require('kanagawa').setup({ undercurl = false })
|
||||||
require("oil").setup({ view_options = { show_hidden = true, } })
|
require("oil").setup({ view_options = { show_hidden = true, } })
|
||||||
require("toggleterm").setup({ open_mapping = [[<c-\>]], direction = "float" })
|
require("toggleterm").setup({ open_mapping = [[<c-\>]], direction = "float" })
|
||||||
require('nvim-treesitter.configs').setup({ highlight = { enable = true, } })
|
require('nvim-treesitter.configs').setup({ highlight = { enable = true, } })
|
||||||
|
|
|
||||||
|
|
@ -19,13 +19,15 @@
|
||||||
# ExecStart=/home/user/.cargo/bin/kanata --cfg /home/user/.config/kanata/config-name.kbd
|
# ExecStart=/home/user/.cargo/bin/kanata --cfg /home/user/.config/kanata/config-name.kbd
|
||||||
# Restart=never
|
# Restart=never
|
||||||
#
|
#
|
||||||
# [Install]
|
T [Install]
|
||||||
# WantedBy=default.target
|
# WantedBy=default.target
|
||||||
# ```
|
# ```
|
||||||
|
|
||||||
# * Clone dotfiles
|
# * Clone dotfiles
|
||||||
# * Install bob neovim manager [ curl -fsSL https://raw.githubusercontent.com/MordechaiHadad/bob/master/scripts/install.sh | bash ]
|
# * 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
|
# * Install steam
|
||||||
# ---------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------
|
||||||
## GLOBAL VARS
|
## GLOBAL VARS
|
||||||
|
|
@ -141,7 +143,8 @@ fi
|
||||||
if [ "$DO_INSTALL" = true ]; then
|
if [ "$DO_INSTALL" = true ]; then
|
||||||
REQUIRED_PACKAGES=(
|
REQUIRED_PACKAGES=(
|
||||||
# system essentials
|
# 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
|
build-essential make bear valgrind fish
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue