endevour kde update
This commit is contained in:
parent
706c804e9d
commit
56f10c3ff4
@ -2,7 +2,7 @@
|
||||
#
|
||||
|
||||
BASE_FOLDERS="data Downloads media_images Videos C64"
|
||||
VIP_FOLDERS="prj Schreibtisch"
|
||||
VIP_FOLDERS="prj prj/Arduino Schreibtisch"
|
||||
|
||||
|
||||
echo The following folders will be deleted:
|
||||
@ -17,10 +17,10 @@ read -r -p "Are you sure? [y/N] " response
|
||||
case "$response" in
|
||||
[yY][eE][sS]|[yY])
|
||||
for folder in $BASE_FOLDERS; do
|
||||
rm -f $HOME/$folder; ln -s /usr/data/$USER/$folder $HOME
|
||||
rm -rf $HOME/`basename $folder`; ln -s /usr/data/$USER/$folder $HOME
|
||||
done
|
||||
for folder in $VIP_FOLDERS; do
|
||||
rm -rf $HOME/$folder; ln -s /usr/data/$USER/data/$folder $HOME
|
||||
rm -rf $HOME/`basename $folder`; ln -s /usr/data/$USER/data/$folder $HOME
|
||||
done
|
||||
;;
|
||||
*)
|
||||
|
@ -6,11 +6,8 @@
|
||||
COMMON="
|
||||
joe htop
|
||||
rsync
|
||||
owncloud-client python-nautilus
|
||||
rabbitvcs-nautilus
|
||||
powerline powerline-fonts
|
||||
chrome-gnome-shell
|
||||
keepass xdotool xsel
|
||||
owncloud-client
|
||||
keepass xsel
|
||||
sshfs curlftpfs
|
||||
lib32-glibc brother-mfc-5890cn canon-pixma-ts5055-complete
|
||||
"
|
||||
@ -33,6 +30,9 @@ gimp
|
||||
librecad
|
||||
xfig
|
||||
docker docker-compose
|
||||
kicad
|
||||
openscad
|
||||
freecad
|
||||
"
|
||||
|
||||
PROGRAMMING="
|
||||
@ -40,6 +40,8 @@ python-pip
|
||||
python-virtualenv
|
||||
python2
|
||||
meld
|
||||
gcc gdb
|
||||
arduino picocom
|
||||
"
|
||||
|
||||
ALL=$COMMON\ $MULTIMEDIA\ $TOOLS\ $PROGRAMMING
|
||||
|
Loading…
x
Reference in New Issue
Block a user