From 7dc0b690c41c62f2b79665b335962593d234409e Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Sat, 7 Oct 2017 13:43:31 +0200 Subject: [PATCH] Dots --- .gitmodules | 3 --- .Xclients => Xclients | 0 termux/boot/symlink | 2 ++ .xsession => xsession | 0 4 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 .gitmodules rename .Xclients => Xclients (100%) rename .xsession => xsession (100%) diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 10cfc57..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "dotsync"] - path = dotsync - url = git@github.com:dotphiles/dotsync.git diff --git a/.Xclients b/Xclients similarity index 100% rename from .Xclients rename to Xclients diff --git a/termux/boot/symlink b/termux/boot/symlink index 224ed55..c29f45f 100755 --- a/termux/boot/symlink +++ b/termux/boot/symlink @@ -1,2 +1,4 @@ #!/data/data/com.termux/files/usr/bin/bash +echo "/system/bin/mount -o remount,rw /" | tsu echo "ln -s /data/data/com.termux/files/usr /usr" | tsu +echo "/system/bin/mount -o remount,ro /" | tsu diff --git a/.xsession b/xsession similarity index 100% rename from .xsession rename to xsession