chore: fixing stuff

This commit is contained in:
2023-10-15 11:19:46 -04:00
parent 0d2f52f659
commit 8c084143c0
+4 -3
View File
@@ -5,9 +5,10 @@ cd $HOME
# What are we packing?
system_type=$(uname -s)
# Install submodules
echo "Init submodules"
yadm submodule update --recursive --init
# Because submodules suck...
git clone https://github.com/gpakosz/.tmux.git $HOME/.tmux
mkdir -p $HOME/.config
git clone git@github.com:tedkulp/lazyvim $HOME/.config/nvim
# Link in our tmux config
if [ ! -f "$HOME/.tmux.conf" ]; then