initial commit

This commit is contained in:
2023-06-25 06:46:53 -04:00
commit dc24aada7b
9 changed files with 145 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
if [ "$EUID" -eq 0 ]; then
echo "Do not run as root!"
exit
fi
# install tmux plugin manager
# install oh-my-zsh + plugins + p10k theme
# put dotfiles in place