- Updated readme and uninstaller

This commit is contained in:
Ben Reaves
2020-02-02 22:09:59 -06:00
parent 8130bb283f
commit e11414604e
3 changed files with 14 additions and 3 deletions

View File

@@ -4,7 +4,9 @@
[![GitHub release](https://img.shields.io/github/release/rbreaves/kinto.svg)](https://github.com/rbreaves/kinto/releases)
\- A better linux keyboard layout for professional mac users \-
![alt text](https://raw.githubusercontent.com/rbreaves/kinto/master/splash.png)
\- Type in Linux like it's a Mac. \-
Memory muscle matters for programmers and developers.
@@ -41,7 +43,7 @@ git clone https://github.com/rbreaves/kinto.git
Debian or Ubuntu 16.04 or 18.04
```
sudo apt update
sudo apt install python3 x11-utils
sudo apt install python3
```
3. Follow the prompts and the script will guide you through the rest of the setup.

9
old_uninstall.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
systemctl --user stop keyswap
systemctl --user disable keyswap
rm -rf ~/.config/autostart/keyswap.sh
rm -rf ~/.config/xactive.sh
rm -rf ~/.xkb
sed -i '/xkb/d' ~/.Xsession

View File

@@ -3,7 +3,7 @@
systemctl --user stop keyswap
systemctl --user disable keyswap
rm -rf ~/.config/autostart/keyswap.sh
rm -rf ~/.config/xactive.sh
rm -rf ~/.config/kinto
rm -rf ~/.xkb
sed -i '/xkb/d' ~/.Xsession