summaryrefslogtreecommitdiff
path: root/suckless
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2022-10-27 12:47:55 +0100
committerRafael Marçalo <raroma09@gmail.com>2022-10-27 12:47:55 +0100
commitde1d347cc3e88324e51dad1c3e494061eef11155 (patch)
tree1e36fb1f321b0b391dcd3e83848478868b978ed6 /suckless
parent451c67b946c4a1816a3c63297ad21b2e23d863d7 (diff)
Finished dots migration over to github
Diffstat (limited to 'suckless')
-rw-r--r--suckless/.config/suckless/neovimb/config.h2
-rwxr-xr-xsuckless/.local/src/compileSource22
2 files changed, 12 insertions, 12 deletions
diff --git a/suckless/.config/suckless/neovimb/config.h b/suckless/.config/suckless/neovimb/config.h
index bd26e1d..8b58aec 100644
--- a/suckless/.config/suckless/neovimb/config.h
+++ b/suckless/.config/suckless/neovimb/config.h
@@ -75,7 +75,7 @@
/* download folder */
#define SETTING_DOWNLOAD_PATH "~/Downloads"
/* home page */
-#define SETTING_HOME_PAGE "https://rafa_99.gitlab.io"
+#define SETTING_HOME_PAGE "https://rafa-99.github.io"
/* search engine */
#define SETTING_SEARCH_ENGINE "https://raspberrypi/searxng/search?q=$0"
/* user agent */
diff --git a/suckless/.local/src/compileSource b/suckless/.local/src/compileSource
index cb6122e..ae288aa 100755
--- a/suckless/.local/src/compileSource
+++ b/suckless/.local/src/compileSource
@@ -10,17 +10,17 @@ SRC=$(pwd)
# Cloning and Cleaning Programs #
#################################
-git clone https://gitlab.com/rafa_99/dmenu
-git clone https://gitlab.com/rafa_99/dwm
-git clone https://gitlab.com/rafa_99/farbfeld
-git clone https://gitlab.com/rafa_99/neovimb
-git clone https://gitlab.com/rafa_99/pkg
-git clone https://gitlab.com/rafa_99/queryt
-git clone https://gitlab.com/rafa_99/sent
-git clone https://gitlab.com/rafa_99/slock
-git clone https://gitlab.com/rafa_99/slstatus
-git clone https://gitlab.com/rafa_99/st
-git clone https://gitlab.com/rafa_99/xmouseless
+git clone git@github.com:rafa-99/dmenu.git
+git clone git@github.com:rafa-99/dwm.git
+git clone git@github.com:rafa-99/farbfeld.git
+git clone git@github.com:rafa-99/neovimb.git
+git clone git@github.com:rafa-99/pkg.git
+git clone git@github.com:rafa-99/queryt.git
+git clone git@github.com:rafa-99/sent.git
+git clone git@github.com:rafa-99/slock.git
+git clone git@github.com:rafa-99/slstatus.git
+git clone git@github.com:rafa-99/st.git
+git clone git@github.com:rafa-99/xmouseless.git
cd "$SRC"/dmenu && git pull ;
cd "$SRC"/dwm && git pull ;
cd "$SRC"/farbfeld && git pull ;