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