mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-28 23:26:40 -04:00
chore: fixing stuff
This commit is contained in:
@@ -5,13 +5,14 @@ cd $HOME
|
|||||||
# What are we packing?
|
# What are we packing?
|
||||||
system_type=$(uname -s)
|
system_type=$(uname -s)
|
||||||
|
|
||||||
# Install submodules
|
# Because submodules suck...
|
||||||
echo "Init submodules"
|
git clone https://github.com/gpakosz/.tmux.git $HOME/.tmux
|
||||||
yadm submodule update --recursive --init
|
mkdir -p $HOME/.config
|
||||||
|
git clone git@github.com:tedkulp/lazyvim $HOME/.config/nvim
|
||||||
|
|
||||||
# Link in our tmux config
|
# Link in our tmux config
|
||||||
if [ ! -f "$HOME/.tmux.conf" ]; then
|
if [ ! -f "$HOME/.tmux.conf" ]; then
|
||||||
ln -s -f .tmux/.tmux.conf
|
ln -s -f .tmux/.tmux.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Wrapping up
|
# Wrapping up
|
||||||
|
|||||||
Reference in New Issue
Block a user