Compare commits

..

No commits in common. "a133604f1608a4610396f581a7a594e07cab513a" and "eaa8ec13e0361bd5238a39d12982ff7887849787" have entirely different histories.

11 changed files with 4 additions and 24 deletions

View File

@ -1,3 +0,0 @@
cp -a config/. ~/.config
# echo "source ~/.config/bash/bashrc" >> ~/.bashrc
# actually, I want this command to be indempotent, mmh

View File

View File

1
config.sh Normal file
View File

@ -0,0 +1 @@
cp -a config/. ~/.config

Binary file not shown.

3
packages/1-bash.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
echo "source ~/.config/bash/bashrc" >> ~/.bashrc

View File

@ -1,20 +0,0 @@
sudo apt install xdotool
wget https://github.com/velitasali/gtktitlebar/releases/download/11.0/gtktitlebar-11.0.zip
yes | sudo unzip gtktitlebar-11.0.zip -d /usr/share/gnome-shell/extensions
rm gtktitlebar-11.0.zip
name=$(xdotool getwindowfocus getwindowname)
killall -3 gnome-shell && sleep 5
# sleep 1 && wmctrl -a $name
wmctrl -a "hephaestus@kedalion: ~/nunOS"
echo 1
# xdotool key a
xdotool key Tab
xdotool key Return
sleep 1
echo "$name"
wmctrl -a $name
gnome-extensions enable gtktitlebar@velitasali.github.io

View File

@ -1 +0,0 @@
sudo apt install alacritty