diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-14 15:14:09 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-14 15:14:09 +0000 |
| commit | 67bff975167c5e4158a2d1caa0a44175b23571f8 (patch) | |
| tree | 056e6c2a881230fc1a90388c142b7c890f25f6a8 /deploy.sh | |
| parent | 4178710763ab0b05e690b26be6b8cefd0c86a1c2 (diff) | |
Rewrite deploy script in python
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index 27560e9..0000000 --- a/deploy.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -cp -a zsh/. ~ -cp -a git/. ~ -cp -a vim/. ~ - -cp -a nvim ~/.config/nvim - |
