Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dotfiles-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ if [ $? -eq 0 ]; then
stow zshrc
stow nvim
stow starship
stow tmux
else
echo "Failed to clone the repository."
exit 1
Expand Down
8 changes: 8 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ else
# Some programs just run better as flatpaks. Like discord/spotify
echo "Installing flatpaks (like discord and spotify)"
. install-flatpaks.sh

# Install dotfiles
echo "Installing dotfiles/configurations..."
. dotfiles-setup.sh

# Install TPM
echo "Installing TPM and TMUX extensions..."
. install-tpm.sh
fi

echo "Setup complete! You may want to reboot your system."