]> git.ale.wales Git - dotAle.git/commitdiff
226H2.56527-Starfire
authorTu Puta Madre <chinga@tu.madre>
Sun, 2 Aug 2026 19:34:00 +0000 (13:34 -0600)
committerTu Puta Madre <chinga@tu.madre>
Sun, 2 Aug 2026 19:34:00 +0000 (13:34 -0600)
ale.sh
config/zsh/aliases.zsh

diff --git a/ale.sh b/ale.sh
index b1a8d045e37194c73636d1bcf720639d66abdebf..05bfff328351b82f59d2e231d667a4f0e770c39e 100755 (executable)
--- a/ale.sh
+++ b/ale.sh
@@ -14,8 +14,8 @@ fi
 
 # Main
 if [ $isVoid ]; then
-    ln -sf /git/dotAle/.zshrc ~/.zshrc
-    ln -sf /git/dotAle/.gitconfig ~/.gitconfig
+    ln -sf /git/dotAle/.zshrc /home/ale/.zshrc
+    ln -sf /git/dotAle/.gitconfig /home/ale/.gitconfig
     mkdir -p /home/ale/.config
     mkdir -p /home/ale/.cache/zsh
     touch /home/ale/.cache/zsh/hist
@@ -25,17 +25,17 @@ if [ $isVoid ]; then
         fi
         ln -sf /git/dotAle/config/${dir##*/} /home/ale/.config/
     done
-    if [ -f ~/.zcompdump ]; then
-        rm ~/.zcompdump
+    if [ -f /home/ale/.zcompdump ]; then
+        rm /home/ale/.zcompdump
     fi
-    mkdir -p ~/.ssh
-    ln -sf /git/dotAle/ssh/* ~/.ssh/
+    mkdir -p /home/ale/.ssh
+    ln -sf /git/dotAle/ssh/* /home/ale/.ssh/
 else
-    ln -sf /git/dotAle/.bashrc ~/.bashrc
-    ln -sf /git/dotAle/.gitconfig ~/.gitconfig
-    mkdir -p ~/.config
-    cp -r /git/dotAle/config/* ~/.config/
-    rm -rf ~/.config/zsh
-    mkdir -p ~/.ssh
-    ln -sf /git/dotAle/ssh/* ~/.ssh/
+    ln -sf /git/dotAle/.bashrc /home/ale/.bashrc
+    ln -sf /git/dotAle/.gitconfig /home/ale/.gitconfig
+    mkdir -p /home/ale/.config
+    cp -r /git/dotAle/config/* /home/ale/.config/
+    rm -rf /home/ale/.config/zsh
+    mkdir -p /home/ale/.ssh
+    ln -sf /git/dotAle/ssh/* /home/ale/.ssh/
 fi
index c661e658fa5543a7eb5edeb13ae562e3d1952a6e..ab4241ff5fb781d1bb7210ccc0c7107f4e4ffe50 100644 (file)
@@ -14,6 +14,8 @@ alias ska="sudo kak"
 alias dups="czkawka_cli"
 alias pip="PIP_BREAK_SYSTEM_PACKAGES=1 pip" # pinche pip castroso
 alias nsync="rsync -rPavh"
+alias sx="startx"
+alias fp="exec chpst -u ale:ale flatpak"
 
 #Conecciones
 alias rootNami='ssh root@192.168.0.100'