diff --git a/README.md b/README.md index 0a2a618..a707c4d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ [linux-surface] Server = https://pkg.surfacelinux.com/arch/ + +## Issues + - Need to ctrl+space + I to install tmux plugins diff --git a/deploy.sh b/deploy.sh index 78b6e97..80efe72 100644 --- a/deploy.sh +++ b/deploy.sh @@ -29,7 +29,7 @@ for dir in $source_dir/*/; do echo "Source: " $source echo "Target: " $target - # rm -rf $target + rm -rf $target if [ "$(ls -A $source)" ]; then mkdir -p $target