initial commit
This commit is contained in:
Executable
+12
@@ -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
|
||||
Reference in New Issue
Block a user