From 704214a818ed4ecbe10e1abc2e3f43a1d1c25467 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Tue, 3 Jan 2017 22:38:55 +0100 Subject: [PATCH] added setupscrips --- basic_setup/init.sh | 4 ++++ basic_setup/install.sh | 6 ++++++ basic_setup/symlinks.sh | 4 ++++ 3 files changed, 14 insertions(+) create mode 100755 basic_setup/init.sh create mode 100755 basic_setup/install.sh create mode 100755 basic_setup/symlinks.sh diff --git a/basic_setup/init.sh b/basic_setup/init.sh new file mode 100755 index 0000000..1d124fb --- /dev/null +++ b/basic_setup/init.sh @@ -0,0 +1,4 @@ +mv ~/config/ ~/.config/ +~/.config/basic-setup/install.sh +~/.config/basic-setup/symlinks.sh +echo All Done. diff --git a/basic_setup/install.sh b/basic_setup/install.sh new file mode 100755 index 0000000..ea2f237 --- /dev/null +++ b/basic_setup/install.sh @@ -0,0 +1,6 @@ +su +cat ../other/package_list_full.txt | while read line +do + apt install --no-install-recommends --assume-yes $line +done +exit diff --git a/basic_setup/symlinks.sh b/basic_setup/symlinks.sh new file mode 100755 index 0000000..aa962d5 --- /dev/null +++ b/basic_setup/symlinks.sh @@ -0,0 +1,4 @@ +ln -s ~/.config/zshrc ~/.zshrc +ln -s ~/.config/xconf/Xressources ~/.Xressources +ln -s ~/.config/xconf/.xsessionsrc ~/.xsessionrc +mkdir -p ~/.zsh