diff options
author | Karel Kočí <cynerd@email.cz> | 2022-08-08 09:12:13 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-08-08 09:12:13 +0200 |
commit | 7aad4eebb0fde90988e0caf49b631d24c55b2052 (patch) | |
tree | 633f9523f496ceb8b211456cb0af6b291cd9753f /install | |
parent | bee016427d4e06c9dc4ecfefeccf8bac01bb6fc2 (diff) | |
download | myconfigs-7aad4eebb0fde90988e0caf49b631d24c55b2052.tar.gz myconfigs-7aad4eebb0fde90988e0caf49b631d24c55b2052.tar.bz2 myconfigs-7aad4eebb0fde90988e0caf49b631d24c55b2052.zip |
Improve elektroline and fix new-flake-dev
Diffstat (limited to 'install')
-rwxr-xr-x | install | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -22,7 +22,6 @@ fi if ask "git" "Install GIT configuration"; then inst gitconfig ~/.gitconfig inst gitignore ~/.gitignore - inst local/bin/elektroline-git-config ~/.local/bin/elektroline-git-config fi if ask "gpg" "Install GPG configuration"; then @@ -115,6 +114,12 @@ if ask "mpd" "Install MPD configuration"; then inst config/mpd/ ~/.config/mpd fi +if ask "elektroline" "Install Elektroline scripts"; then + inst local/bin/elektroline-git-config ~/.local/bin/elektroline-git-config + inst local/bin/elektroline-windows ~/.local/bin/elektroline-windows + inst local/bin/elektroline00 ~/.local/bin/elektroline00 +fi + if ask "wake-desktop" "Install wake-desktop"; then inst local/bin/wake-desktop ~/.local/bin/wake-desktop fi |