aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh12
-rw-r--r--packages.txt91
-rw-r--r--python/requirements.pip310.txt2
-rwxr-xr-xsetkbmap/setkbmap2
4 files changed, 5 insertions, 102 deletions
diff --git a/install.sh b/install.sh
index 4d9ee13..4cce69f 100755
--- a/install.sh
+++ b/install.sh
@@ -6,13 +6,6 @@ symlink () {
ln -sfT "$@"
}
-install_packages() {
- yay -S --needed --noconfirm \
- $(cat $1 | \
- xargs -I{} sh -c \
- "(pacman -Q {} &> /dev/null) || echo {}")
-}
-
install_python() {
LONG=$1
SHORT=${LONG//\./}
@@ -48,8 +41,6 @@ mkdir -p ~/repos
mkdir -p ~/.local/share/applications
mkdir -p ~/.local/share/icons/hicolor/128x128/apps
symlink $(cd $(dirname "$0"); pwd -P) ~/.dotfiles
-yay --save --sudo doas
-install_packages ~/.dotfiles/packages.txt
# alacritty
symlink ~/.dotfiles/alacritty ~/.config/alacritty
@@ -187,3 +178,6 @@ symlink ~/.dotfiles/xorg/.xinitrc ~/.xinitrc
symlink ~/.dotfiles/xorg/.Xresources ~/.Xresources
symlink ~/.dotfiles/xorg/loadxresources ~/bin/loadxresources
symlink ~/.dotfiles/xorg/setwallpaper ~/bin/setwallpaper
+
+# yay
+yay --save --sudo doas
diff --git a/packages.txt b/packages.txt
deleted file mode 100644
index 505618f..0000000
--- a/packages.txt
+++ /dev/null
@@ -1,91 +0,0 @@
-alacritty
-arandr
-audacity
-autorandr
-bspwm
-calibre
-cdrtools
-chromium
-clang
-claws-mail
-connman
-connman-gtk
-ctags
-deno
-dolphin
-doxygen
-drawio-desktop
-feh
-gcc
-gcc-libs
-gdb
-gdb-common
-git
-gnupg
-graphviz
-htop
-hunspell
-hunspell-en_US
-i3lock
-inkscape
-janet-lang
-joplin-desktop
-jq
-kate
-kicad
-kicad-library
-libffi7
-libuv
-libxcb
-lightdm
-lightdm-gtk-greeter
-lmdb
-micro
-musl
-neovim
-nerd-fonts-complete
-npm
-ntfs-3g
-okular
-opendoas
-openssh
-pam-gnupg
-pam_ssh
-parted
-pavucontrol
-picom
-podman
-polybar-git
-pulseaudio
-python
-python-pip
-python38
-python39
-qemu
-qemu-arch-extra
-qutebrowser
-racket
-ranger
-rofi
-seahorse
-socat
-spectacle
-sqlite
-sublime-text-dev
-sudo
-sxhkd
-tmux
-ttf-ms-fonts
-wmname
-xdo
-xorg-server
-xorg-xbacklight
-xorg-xrandr
-yay
-zeal
-zig
-zsh
-zsh-autosuggestions
-zsh-completions
-zsh-history-substring-search
-zsh-syntax-highlighting
diff --git a/python/requirements.pip310.txt b/python/requirements.pip310.txt
index fd879f7..ba9ba4d 100644
--- a/python/requirements.pip310.txt
+++ b/python/requirements.pip310.txt
@@ -1,5 +1,5 @@
doit
+jedi-language-server
pip
-python-language-server
sublime-music
ydiff
diff --git a/setkbmap/setkbmap b/setkbmap/setkbmap
index a1d8056..d1019b1 100755
--- a/setkbmap/setkbmap
+++ b/setkbmap/setkbmap
@@ -1,6 +1,6 @@
#!/bin/sh
-if [ -n '$SWAYSOCK' ]; then
+if [ -n "$SWAYSOCK" ]; then
swaymsg input '*' xkb_layout "$@"
else
setxkbmap "$@"