Compare commits
No commits in common. "dd52f1afe6ff75cdd270330c033b647406092797" and "2dd96e83152573e3bedb55606e4bbe2d447cece6" have entirely different histories.
dd52f1afe6
...
2dd96e8315
@ -4,33 +4,39 @@ cd "$(dirname "$(readlink -f -- "$0")")/_install"
|
|||||||
|
|
||||||
PACKAGES=(
|
PACKAGES=(
|
||||||
|
|
||||||
|
# system
|
||||||
linux base linux-firmware lvm2 sudo polkit # base
|
linux base linux-firmware lvm2 sudo polkit # base
|
||||||
pulseaudio pulseaudio-bluetooth bluez bluez-utils networkmanager udisks2 # device management
|
pulseaudio pulseaudio-bluetooth bluez bluez-utils networkmanager udisks2 # device management
|
||||||
openssh man-db htop # admin utils
|
openssh man-db htop # admin utils
|
||||||
|
|
||||||
nodejs dash jq # runtime
|
# generic runtime
|
||||||
qemu-system-x86 # virt
|
nodejs dash
|
||||||
|
|
||||||
vifm vim less # nav & edit
|
|
||||||
vim-ale vim-fugitive # vim plugins
|
|
||||||
|
|
||||||
|
# cli programs
|
||||||
|
vifm vim less # navigation & editors
|
||||||
just shellcheck # shell scripting
|
just shellcheck # shell scripting
|
||||||
git zip # data processing
|
hugo miniserve neomutt translate-shell # www
|
||||||
gnupg pass pass-otp # crypt
|
gnupg pass pass-otp # crypt
|
||||||
imv mpv imagemagick gimp # media
|
jq libqalculate imagemagick # data processing
|
||||||
libqalculate translate-shell # utils
|
git zip # others
|
||||||
sqlitebrowser qt5-wayland # db
|
|
||||||
libreoffice-still # docs
|
|
||||||
|
|
||||||
qutebrowser qt6-wayland # web browsing
|
# desktop env
|
||||||
hugo miniserve # web utils
|
greetd sway swaybg swayidle # basic
|
||||||
neomutt telegram-desktop # communication
|
|
||||||
|
|
||||||
greetd sway swaybg swayidle # desktop basic
|
|
||||||
foot bemenu-wayland i3blocks mako libnotify # terminals, ui
|
foot bemenu-wayland i3blocks mako libnotify # terminals, ui
|
||||||
wev wl-clipboard wtype slurp grim # interaction
|
wev wl-clipboard wtype slurp grim # interaction
|
||||||
ttf-roboto ttf-roboto-mono ttf-font-awesome # fonts
|
ttf-roboto ttf-roboto-mono ttf-font-awesome # fonts
|
||||||
|
|
||||||
|
# gui apps
|
||||||
|
imv mpv gimp # media
|
||||||
|
qutebrowser qt6-wayland # www
|
||||||
|
sqlitebrowser qt5-wayland # db
|
||||||
|
|
||||||
|
# extensions
|
||||||
|
vim-ale vim-fugitive
|
||||||
|
|
||||||
|
# not so good
|
||||||
|
telegram-desktop libreoffice-still
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
install() {
|
install() {
|
||||||
|
@ -78,4 +78,16 @@ xkb_symbols "yurmak" {
|
|||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
|
|
||||||
|
############# disable old #############
|
||||||
|
# This block disables old mappings completely
|
||||||
|
# so that your only option is to use new ones.
|
||||||
|
# Feel free to remove it, nothing will break =)
|
||||||
|
key.type = "ONE_LEVEL";
|
||||||
|
replace key <ESC> { [ VoidSymbol ] };
|
||||||
|
replace key <LEFT> { [ VoidSymbol ] };
|
||||||
|
replace key <UP> { [ VoidSymbol ] };
|
||||||
|
replace key <RGHT> { [ VoidSymbol ] };
|
||||||
|
replace key <DOWN> { [ VoidSymbol ] };
|
||||||
|
#######################################
|
||||||
|
|
||||||
};
|
};
|
||||||
|
@ -78,4 +78,16 @@ xkb_symbols "yurmak" {
|
|||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
|
|
||||||
|
############# disable old #############
|
||||||
|
# This block disables old mappings completely
|
||||||
|
# so that your only option is to use new ones.
|
||||||
|
# Feel free to remove it, nothing will break =)
|
||||||
|
key.type = "ONE_LEVEL";
|
||||||
|
replace key <ESC> { [ VoidSymbol ] };
|
||||||
|
replace key <LEFT> { [ VoidSymbol ] };
|
||||||
|
replace key <UP> { [ VoidSymbol ] };
|
||||||
|
replace key <RGHT> { [ VoidSymbol ] };
|
||||||
|
replace key <DOWN> { [ VoidSymbol ] };
|
||||||
|
#######################################
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user