addet some distros
This commit is contained in:
parent
2c7bac4edd
commit
5c07745407
15 changed files with 1374 additions and 202 deletions
14
debian/.src/setupDebian.sh
vendored
14
debian/.src/setupDebian.sh
vendored
|
@ -1,14 +0,0 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue