Rewrite install script

This commit is contained in:
Andrejus
2020-07-11 20:59:48 +01:00
parent 0eb21776db
commit 21757767d2
24 changed files with 88 additions and 75 deletions

View File

@@ -1,13 +1,11 @@
#!/usr/bin/env bash
source "$(dirname $0)/utils.sh"
bash_source="$dotfiles_dir/bash"
bash_target="$HOME"
link_folder "$bash_source" "$bash_target"
echo "bash dotfiles are linked"
source "$HOME/.bashrc"
echo "bashrc sourced"
sudo chmod -R 0644 /etc/update-motd.d/
bash --version