From 14287e9cc23e3077af06ebf6a8394a919d7d34f1 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 22 May 2016 12:16:00 -0400 Subject: [PATCH] Removed extra lines --- scripts/borg.sh | 11 ----------- scripts/gitlabTest.sh | 40 ---------------------------------------- scripts/sync.sh | 1 + shells/zshrc | 13 +++---------- 4 files changed, 4 insertions(+), 61 deletions(-) delete mode 100755 scripts/borg.sh delete mode 100755 scripts/gitlabTest.sh diff --git a/scripts/borg.sh b/scripts/borg.sh deleted file mode 100755 index c61438b..0000000 --- a/scripts/borg.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/zsh -set -e -mkdir -p ~/applications -\cd ~/applications -virtualenv --python=python3 borg-env -pip install 'llfuse<0.41' -source borg-env/bin/activate -pip install borgbackup -mkdir -p ~/bin -ln -s $(readlink -e borg-env/bin/borg) ~/bin/borg -\cd - diff --git a/scripts/gitlabTest.sh b/scripts/gitlabTest.sh deleted file mode 100755 index b953b74..0000000 --- a/scripts/gitlabTest.sh +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/bash -green='\e[0;32m' -close='\e[0m' -rm -rf /tmp/tests -mkdir -p /tmp/tests -echo -e "${green}Making test directories${close}" -cd /tmp/tests -git init -git remote add iHttp http://107.15.82.213/gitlab/stonewareslord/ExampleProject.git -git remote add iHttps https://107.15.82.213/gitlab/stonewareslord/ExampleProject.git -git remote add iSsh git@107.15.82.213:stonewareslord/ExampleProject.git -git remote add dHttp http://austenwares.com/gitlab/stonewareslord/ExampleProject.git -git remote add dHttps https://austenwares.com/gitlab/stonewareslord/ExampleProject.git -git remote add dSsh git@austenwares.com:stonewareslord/ExampleProject.git -git config http.sslVerify false -echo -e "${green}IP HTTPS cloning${close}" -git pull iHttps master -echo -e "${green}DNS HTTPS cloning${close}" -git pull dHttps master -echo -e "${green}IP HTTP cloning${close}" -git pull iHttp master -echo -e "${green}DNS HTTP cloning${close}" -git pull dHttp master -echo -e "${green}IP SSH cloning${close}" -git pull iSsh master -echo -e "${green}DNS SSH cloning${close}" -git pull dSsh master -echo -e "${green}IP HTTPS pushing${close}" -git commit --allow-empty -m "iHttps"&&git push iHttps master -echo -e "${green}DNS HTTPS pushing${close}" -git commit --allow-empty -m "dHttps"&&git push dHttps master -echo -e "${green}IP HTTP pushing${close}" -git commit --allow-empty -m "iHttp"&&git push iHttp master -echo -e "${green}DNS HTTP pushing${close}" -git commit --allow-empty -m "dHttp"&&git push dHttp master -echo -e "${green}IP SSH pushing${close}" -git commit --allow-empty -m "iSsh"&&git push iSsh master -echo -e "${green}DNS SSH pushing${close}" -git commit --allow-empty -m "dSsh"&&git push dSsh master -rm -rf /tmp/tests diff --git a/scripts/sync.sh b/scripts/sync.sh index b2f4af9..731616d 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -112,6 +112,7 @@ while getopts ":hbsdpcw" VALUE "$@"; do sudo rm -r /usr/local/bin/wemux sudo rm -r /usr/local/etc/wemux.conf sudo ln -s /usr/local/share/wemux/wemux /usr/local/bin/wemux + sudo mkdir -p /usr/local/etc sudo cp /usr/local/share/wemux/wemux.conf.example /usr/local/etc/wemux.conf sudo vim `which wemux` +"execute \"normal gg/tmux\nnnea -2\nea -2\ggZZ\"" sudo vim /usr/local/etc/wemux.conf +":execute \"normal gg/host_list\nnww\"" diff --git a/shells/zshrc b/shells/zshrc index b3e1658..45d99be 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -195,21 +195,14 @@ alias ..............='k ../../../../../../../../../../../../..' alias ...............='k ../../../../../../../../../../../../../..' alias ytdl="youtube-dl $@ -x --audio-format mp3 --audio-quality 0 -c -o '%(title)s.%(ext)s'" alias tux="wemux" -alias rmgit="git remote rm origin;git remote rm https;git remote rm oOrigin;git remote rm oHttps" -alias rname="while true;do echo -n \"Rename: \";read A;echo -n \"To: \";read B;i3-msg 'rename workspace $A to $B';done" alias g="git $@" alias stdns="sudo sh -c 'echo nameserver 8.8.8.8 > /etc/resolv.conf'" alias fvim="vim -u NONE +\"so ~/.vim/plugged/flappyvird-vim/plugin/flappyvird.vim\" +\"so ~/.vim/plugged/flappyvird-vim/autoload/flappyvird.vim\" +\":FlappyVird\" +\":q\"" alias fk='k `fzf --no-mouse -m -1 -x`' -alias fkill='ps -ef | sed 1d | fzf --no-mouse -m -1 -x | awk "{print $2}" | xargs kill -${1:-9}' +#alias fkill='ps -ef | sed 1d | fzf --no-mouse -m -1 -x | awk "{print $2}" | xargs kill -${1:-9}' alias susp="sudo true&&(slock&echo mem | sudo tee /sys/power/state >/dev/null)" -alias aoeu='setxkbmap -layout us -option "' -alias asdf='setxkbmap -layout dvorak -option ""' -alias -s html="firefox" -alias -s log="less -MN" -alias -s odt="libreoffice" -alias -s doc="libreoffice" -alias -s docx="libreoffice" +#alias aoeu='setxkbmap -layout us -option "' +#alias asdf='setxkbmap -layout dvorak -option ""' alias -g PA='2>&1 | paste' alias s='sudo -Hu' alias sudo='sudo -H'