feat: add setup script for zettelkasten
This commit is contained in:
8
.bin/setup-zk
Executable file
8
.bin/setup-zk
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ ! -d ~/.zk ]; then
|
||||
echo "[zk] Setting up zettelkasten"
|
||||
gh repo clone zk ~/.zk
|
||||
else
|
||||
echo "[zk] Zettelkasten already set up. Use 'zk' to open it"
|
||||
fi
|
||||
Reference in New Issue
Block a user