Adds & fixes install scripts
This commit is contained in:
parent
0ab93aa3e6
commit
1e6ea20de0
3 changed files with 8 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/env sh
|
#!/bin/env sh
|
||||||
|
|
||||||
echo "# Installing GTK Theme (gruvbox)"
|
echo "# Installing GTK Theme (gruvbox)"
|
||||||
yay -S gruvbox-material-gtk-theme-git gruvbox-material-icon-theme-git
|
yay -S --needed gruvbox-material-gtk-theme-git gruvbox-material-icon-theme-git
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,4 @@
|
||||||
echo "# Installing keymapping"
|
echo "# Installing keymapping"
|
||||||
|
|
||||||
yay -S --needed evremap
|
yay -S --needed evremap
|
||||||
sudo ln -s ~/.config/evremap.toml /etc/evremap.toml
|
sudo ln -s -f ~/.config/evremap.toml /etc/evremap.toml
|
||||||
systemctl --user enable --now evremap
|
|
||||||
|
|
|
||||||
6
.config/yadm/bootstrap.d/install_git_credentials.sh
Executable file
6
.config/yadm/bootstrap.d/install_git_credentials.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/env sh
|
||||||
|
|
||||||
|
yay -S --needed kwallet kwalletmanager \
|
||||||
|
git-credential-oauth
|
||||||
|
|
||||||
|
git credential-oauth configure
|
||||||
Loading…
Add table
Add a link
Reference in a new issue