fixes
This commit is contained in:
parent
3398c6b4ef
commit
bc031c5bb8
@ -16,7 +16,7 @@ PACKAGES=(
|
|||||||
|
|
||||||
just shellcheck # shell scripting
|
just shellcheck # shell scripting
|
||||||
git zip # data processing
|
git zip # data processing
|
||||||
gnupg pass pass-otp # crypt
|
gnupg pass pass-otp pwgen # crypt
|
||||||
imv mpv imagemagick gimp # media
|
imv mpv imagemagick gimp # media
|
||||||
aichat libqalculate translate-shell # utils
|
aichat libqalculate translate-shell # utils
|
||||||
libreoffice-still # docs
|
libreoffice-still # docs
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
exec qutebrowser
|
exec qutebrowser -R
|
||||||
exec gimp
|
exec gimp
|
||||||
exec telegram-desktop
|
exec telegram-desktop
|
||||||
man man
|
man man
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
cd "$(dirname "$(readlink -f -- "$0")")"
|
|
||||||
umask 002
|
|
||||||
|
|
||||||
export IS_COMPAT=1
|
|
||||||
gomplate --file bin/workspace-compat
|
|
||||||
gomplate --file config/vim/vimrc
|
|
||||||
gomplate --file config/readline/inputrc
|
|
||||||
gomplate --file config/less/lesskey
|
|
Loading…
Reference in New Issue
Block a user