maintenance
This commit is contained in:
parent
f4e5562b96
commit
29ed94da16
11 changed files with 11 additions and 10 deletions
2
scripts/archive/agent.sh
Executable file
2
scripts/archive/agent.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#eval ssh-agent
|
||||
ssh-add ~/.ssh/github_rsa
|
10
scripts/archive/emojifix.zsh
Executable file
10
scripts/archive/emojifix.zsh
Executable 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
2
scripts/archive/escaps.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
/usr/bin/setxkbmap -option "caps:swapescape"
|
||||
#swaps escape and capslock
|
3
scripts/archive/fixNXDomain.zsh
Executable file
3
scripts/archive/fixNXDomain.zsh
Executable 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
|
2
scripts/archive/xfce_term_themes.sh
Executable file
2
scripts/archive/xfce_term_themes.sh
Executable 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/
|
Loading…
Add table
Add a link
Reference in a new issue