maintenance

This commit is contained in:
Stefen Auris 2022-12-19 02:00:48 -05:00
parent f4e5562b96
commit 29ed94da16
11 changed files with 11 additions and 10 deletions

2
scripts/archive/agent.sh Executable file
View file

@ -0,0 +1,2 @@
#eval ssh-agent
ssh-add ~/.ssh/github_rsa

10
scripts/archive/emojifix.zsh Executable file
View file

@ -0,0 +1,10 @@
#This will finally fix this problem
echo "cloning emoji.conf"
git clone https://gitlab.com/es20490446e/emoji.conf.git
cd emoji.conf
./install-uninstall.sh
cd ..
rm -rf emoji.conf
#test by going to https://www.fileformat.info/info/emoji/browsertest.htm
echo "regenerating font cache"
fc-cache -f -v

2
scripts/archive/escaps.sh Executable file
View file

@ -0,0 +1,2 @@
/usr/bin/setxkbmap -option "caps:swapescape"
#swaps escape and capslock

View file

@ -0,0 +1,3 @@
echo "relinking resolv.conf"
sudo mv /etc/resolv.conf /etc/resolv.conf.bak
sudo ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf

View file

@ -0,0 +1,2 @@
git clone https://github.com/afq984/base16-xfce4-terminal /tmp/base16
cp /tmp/base16/colorschemes/*.theme ~/.local/share/xfce4/terminal/colorschemes/