updated some stuff
This commit is contained in:
parent
0a864149ca
commit
77b7977ac7
6 changed files with 111 additions and 44 deletions
|
@ -1,10 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
dotupdate () {
|
||||
pushd ~/.config/dotfiles &>/dev/null
|
||||
echo "Updating Dotfiles"
|
||||
git pull
|
||||
popd &>/dev/null
|
||||
}
|
||||
|
||||
dotupdate
|
|
@ -1,7 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
themeupdate () {
|
||||
curl -fsSL https://starship.rs/install.sh | bash
|
||||
}
|
||||
|
||||
themeupdate
|
Loading…
Add table
Add a link
Reference in a new issue