addet some distros

This commit is contained in:
pika 2025-05-22 11:27:00 +02:00
parent 2c7bac4edd
commit 5c07745407
15 changed files with 1374 additions and 202 deletions

14
ubuntu/.src/setup.sh Executable file
View file

@ -0,0 +1,14 @@
#!/usr/bin/env bash
cd $HOME/dotfiles/
{
echo "${CYAN}Updating submodules..${NC}" &&
git submodule update --init --recursive &&
echo "${CYAN}Pulling down submodules..${NC}" &&
git pull --recurse-submodule
}
stow dotfiles/
stow zsh/
exec zsh