Doctor up scripts
This commit is contained in:
+1
-2
@@ -1,4 +1,4 @@
|
|||||||
#! /bin/bash
|
#! /usr/bin/env bash
|
||||||
#
|
#
|
||||||
# bootleg-stow
|
# bootleg-stow
|
||||||
# Copyright (C) 2021 Vintage Salt <rehashedsalt@cock.li>
|
# Copyright (C) 2021 Vintage Salt <rehashedsalt@cock.li>
|
||||||
@@ -250,4 +250,3 @@ main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
main "$@"
|
main "$@"
|
||||||
|
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
#! /bin/sh
|
|
||||||
set -e
|
|
||||||
while read line; do
|
|
||||||
echo "$line"
|
|
||||||
mkdir -p "$HOME"/"$line"
|
|
||||||
done << EOF
|
|
||||||
.config
|
|
||||||
.config/conky
|
|
||||||
.config/systemd/user
|
|
||||||
.git
|
|
||||||
.local/share
|
|
||||||
.local/share/icons
|
|
||||||
.local/share/themes
|
|
||||||
.minetest/fonts
|
|
||||||
.minetest/games
|
|
||||||
.quakespasm/id1
|
|
||||||
.vim
|
|
||||||
.vim/bundle
|
|
||||||
.vim/templates
|
|
||||||
EOF
|
|
||||||
Reference in New Issue
Block a user