diff options
| author | krolyxon <krolyxon@tutanota.com> | 2023-05-15 17:33:38 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2023-05-15 17:33:38 +0530 |
| commit | 66ac790496f1f65e43663b9260d4fbf2bf8c938f (patch) | |
| tree | 7ddf4dd92cae5577e2cbcfc63b6a7b2861e65982 | |
| parent | 9021930f10b496688c4dba91e1899fe049f409ae (diff) | |
remove keyd-config
| -rw-r--r-- | arch_install.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch_install.sh b/arch_install.sh index 43a2ed8..d2eee1f 100644 --- a/arch_install.sh +++ b/arch_install.sh @@ -114,10 +114,6 @@ sudo make -C ~/.local/src/nsxiv install nvim: Text editor git clone --depth=1 git@github.com:krolyxon/nvim.git ~/.config/nvim -# keyd configuration: key remapping -sudo mkdir -p /etc/keyd -sudo wget https://raw.githubusercontent.com/krolyxon/keyd-config/master/default.conf -P /etc/keyd/ - # paru: AUR helper git clone https://aur.archlinux.org/paru-bin.git && cd paru-bin && makepkg -sri && cd .. && rm -rf paru-bin paru -S --noconfirm htop-vim \ |
