summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke <luke@lukesmith.xyz>2018-02-20 14:29:53 -0700
committerLuke <luke@lukesmith.xyz>2018-02-20 14:29:53 -0700
commit838eeec9acdc320bbab24b69db3041e436cdc996 (patch)
treee220c4843b25626a9733ee39cb45fcf1dadc1394
parentf1366ff22b4f6f97b27edecda9ecf434c38ae426 (diff)
downloadeibhear-838eeec9acdc320bbab24b69db3041e436cdc996.tar.gz
eibhear-838eeec9acdc320bbab24b69db3041e436cdc996.tar.zst
eibhear-838eeec9acdc320bbab24b69db3041e436cdc996.zip
scripts folder moved to ~/.scripts
-rw-r--r--.bash_profile2
-rw-r--r--.bashrc4
-rwxr-xr-x.scripts/audio_alsa.sh (renamed from .config/Scripts/audio_alsa.sh)0
-rwxr-xr-x.scripts/audio_pulse.sh (renamed from .config/Scripts/audio_pulse.sh)0
-rwxr-xr-x.scripts/camtoggle (renamed from .config/Scripts/camtoggle)0
-rwxr-xr-x.scripts/clear.sh (renamed from .config/Scripts/clear.sh)0
-rw-r--r--.scripts/configs (renamed from .config/Scripts/configs)4
-rwxr-xr-x.scripts/extract (renamed from .config/Scripts/extract)0
-rw-r--r--.scripts/folders (renamed from .config/Scripts/folders)2
-rwxr-xr-x.scripts/offlineimap-daemon.py (renamed from .config/Scripts/offlineimap-daemon.py)0
-rwxr-xr-x.scripts/offlineimap-daemonctl.sh (renamed from .config/Scripts/offlineimap-daemonctl.sh)0
-rw-r--r--.scripts/remaps (renamed from .config/Scripts/remaps)0
-rwxr-xr-x.scripts/screen.sh (renamed from .config/Scripts/screen.sh)0
-rwxr-xr-x.scripts/screencast_alsa.sh (renamed from .config/Scripts/screencast_alsa.sh)0
-rwxr-xr-x.scripts/screencast_pulse.sh (renamed from .config/Scripts/screencast_pulse.sh)0
-rwxr-xr-x.scripts/shortcuts.sh (renamed from .config/Scripts/shortcuts.sh)0
-rwxr-xr-x.scripts/spawndl (renamed from .config/Scripts/spawndl)0
-rwxr-xr-x.scripts/speedvid.sh (renamed from .config/Scripts/speedvid.sh)0
-rwxr-xr-x.scripts/tmuxinit (renamed from .config/Scripts/tmuxinit)0
-rwxr-xr-x.scripts/transmission.sh (renamed from .config/Scripts/transmission.sh)0
-rwxr-xr-x.scripts/video.sh (renamed from .config/Scripts/video.sh)0
-rwxr-xr-x.scripts/webview (renamed from .config/Scripts/webview)0
-rwxr-xr-x.scripts/welcome (renamed from .config/Scripts/welcome)0
23 files changed, 6 insertions, 6 deletions
diff --git a/.bash_profile b/.bash_profile
index 5bf53be..5bd196d 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -4,7 +4,7 @@
[[ -f ~/.bashrc ]] && . ~/.bashrc
-export PATH=$PATH:$HOME/.config/Scripts
+export PATH=$PATH:$HOME/.scripts
export EDITOR="vim"
export TERMINAL="st"
export BROWSER="qutebrowser"
diff --git a/.bashrc b/.bashrc
index 5a7a91d..8c8576e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -51,7 +51,7 @@ alias gitpass="git config --global credential.helper cache"
alias tr="transmission-remote"
alias mkd="mkdir -pv"
alias rf="source ~/.bashrc"
-alias ref="~/.config/Scripts/shortcuts.sh && source ~/.bashrc" # Refresh shortcuts manually and reload bashrc
+alias ref="shortcuts.sh && source ~/.bashrc" # Refresh shortcuts manually and reload bashrc
alias bars="bash ~/.config/polybar/launch.sh" # Run Polybar relaunch script
alias bw="wal -i ~/.config/wall.png" # Rerun pywal
weath() { curl wttr.in/$1 ;} # Check the weather (give city or leave blank).
@@ -74,7 +74,7 @@ alias YT="youtube-viewer"
alias ethspeed="speedometer -r enp0s25"
alias wifispeed="speedometer -r wlp3s0"
alias starwars="telnet towel.blinkenlights.nl"
-alias tpbs="clear && figlet -c TPB Search && ~/.config/Scripts/tpb.sh" # Pirate Bay search
+alias tpbs="clear && figlet -c TPB Search && tpb.sh" # Pirate Bay search
# TeX
alias Txa="cp ~/Documents/LaTeX/article.tex"
diff --git a/.config/Scripts/audio_alsa.sh b/.scripts/audio_alsa.sh
index cda07a2..cda07a2 100755
--- a/.config/Scripts/audio_alsa.sh
+++ b/.scripts/audio_alsa.sh
diff --git a/.config/Scripts/audio_pulse.sh b/.scripts/audio_pulse.sh
index 21e46ea..21e46ea 100755
--- a/.config/Scripts/audio_pulse.sh
+++ b/.scripts/audio_pulse.sh
diff --git a/.config/Scripts/camtoggle b/.scripts/camtoggle
index 9a7879c..9a7879c 100755
--- a/.config/Scripts/camtoggle
+++ b/.scripts/camtoggle
diff --git a/.config/Scripts/clear.sh b/.scripts/clear.sh
index af13a73..af13a73 100755
--- a/.config/Scripts/clear.sh
+++ b/.scripts/clear.sh
diff --git a/.config/Scripts/configs b/.scripts/configs
index 58a5542..fcc0360 100644
--- a/.config/Scripts/configs
+++ b/.scripts/configs
@@ -6,8 +6,8 @@ cfi ~/.config/i3/config
cfq ~/.config/qutebrowser/config.py
cfm ~/.config/mutt/muttrc
cfM ~/.config/moc/keymap
-cff ~/.config/Scripts/folders
-cfc ~/.config/Scripts/configs
+cff ~/.scripts/folders
+cfc ~/.scripts/configs
cft ~/.config/termite/config
cfT ~/.tmux.conf
eb ~/Documents/LaTeX/uni.bib
diff --git a/.config/Scripts/extract b/.scripts/extract
index aaf2911..aaf2911 100755
--- a/.config/Scripts/extract
+++ b/.scripts/extract
diff --git a/.config/Scripts/folders b/.scripts/folders
index 17a4b8d..d84fef6 100644
--- a/.config/Scripts/folders
+++ b/.scripts/folders
@@ -5,6 +5,6 @@ pp ~/Pictures
vv ~/Videos
m ~/Music
b ~/Books
-s ~/.config/Scripts
+s ~/.scripts
r /
cf ~/.config
diff --git a/.config/Scripts/offlineimap-daemon.py b/.scripts/offlineimap-daemon.py
index fea76fc..fea76fc 100755
--- a/.config/Scripts/offlineimap-daemon.py
+++ b/.scripts/offlineimap-daemon.py
diff --git a/.config/Scripts/offlineimap-daemonctl.sh b/.scripts/offlineimap-daemonctl.sh
index 18daf3d..18daf3d 100755
--- a/.config/Scripts/offlineimap-daemonctl.sh
+++ b/.scripts/offlineimap-daemonctl.sh
diff --git a/.config/Scripts/remaps b/.scripts/remaps
index aa5a5f2..aa5a5f2 100644
--- a/.config/Scripts/remaps
+++ b/.scripts/remaps
diff --git a/.config/Scripts/screen.sh b/.scripts/screen.sh
index 03a8e79..03a8e79 100755
--- a/.config/Scripts/screen.sh
+++ b/.scripts/screen.sh
diff --git a/.config/Scripts/screencast_alsa.sh b/.scripts/screencast_alsa.sh
index 95c1d5d..95c1d5d 100755
--- a/.config/Scripts/screencast_alsa.sh
+++ b/.scripts/screencast_alsa.sh
diff --git a/.config/Scripts/screencast_pulse.sh b/.scripts/screencast_pulse.sh
index 8491606..8491606 100755
--- a/.config/Scripts/screencast_pulse.sh
+++ b/.scripts/screencast_pulse.sh
diff --git a/.config/Scripts/shortcuts.sh b/.scripts/shortcuts.sh
index 0976e5f..0976e5f 100755
--- a/.config/Scripts/shortcuts.sh
+++ b/.scripts/shortcuts.sh
diff --git a/.config/Scripts/spawndl b/.scripts/spawndl
index a419041..a419041 100755
--- a/.config/Scripts/spawndl
+++ b/.scripts/spawndl
diff --git a/.config/Scripts/speedvid.sh b/.scripts/speedvid.sh
index ba3a4f6..ba3a4f6 100755
--- a/.config/Scripts/speedvid.sh
+++ b/.scripts/speedvid.sh
diff --git a/.config/Scripts/tmuxinit b/.scripts/tmuxinit
index 68a4b86..68a4b86 100755
--- a/.config/Scripts/tmuxinit
+++ b/.scripts/tmuxinit
diff --git a/.config/Scripts/transmission.sh b/.scripts/transmission.sh
index 794f6bb..794f6bb 100755
--- a/.config/Scripts/transmission.sh
+++ b/.scripts/transmission.sh
diff --git a/.config/Scripts/video.sh b/.scripts/video.sh
index ac3dc5c..ac3dc5c 100755
--- a/.config/Scripts/video.sh
+++ b/.scripts/video.sh
diff --git a/.config/Scripts/webview b/.scripts/webview
index 17462fc..17462fc 100755
--- a/.config/Scripts/webview
+++ b/.scripts/webview
diff --git a/.config/Scripts/welcome b/.scripts/welcome
index 2e33713..2e33713 100755
--- a/.config/Scripts/welcome
+++ b/.scripts/welcome