# Keybindings #
###############
# Keybindings to make special keys work - https://wiki.archlinux.org/index.php/Zsh#Key_Bindings
bindkey -v # vi mode
bindkey "\e[1~" beginning-of-line # Home
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function proxy_on(){ | |
export no_proxy = "localhost,127.0.0.1,localaddress,.localdomain.com" | |
export http_proxy = "http://127.0.0.1:1081" | |
export https_proxy = $http_proxy | |
export socket_proxy = "socks5://127.0.0.1:1081" | |
echo -e "Proxy Open!" | |
} | |
function proxy_off(){ | |
unset http_proxy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Host * | |
# ForwardAgent no | |
ForwardX11 yes | |
ForwardX11Trusted yes | |
# RhostsRSAAuthentication no | |
# RSAAuthentication yes | |
# PasswordAuthentication yes | |
# HostbasedAuthentication no | |
# GSSAPIAuthentication no | |
# GSSAPIDelegateCredentials no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root=true | |
[*] | |
end_of_line = lf | |
insert_final_newline = true | |
charset = utf-8 | |
[*.java] | |
indent_style = tab | |
indent_size = 4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
target/ | |
!.mvn/wrapper/maven-wrapper.jar | |
### STS ### | |
.apt_generated | |
.classpath | |
.factorypath | |
.project | |
.settings | |
.springBeans |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/sh | |
cygwin=false; | |
darwin=false; | |
mingw=false | |
case "`uname`" in | |
CYGWIN*) cygwin=true ;; | |
MINGW*) mingw=true;; | |
Darwin*) darwin=true | |
# Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home | |
# See https://developer.apple.com/library/mac/qa/qa1170/_index.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# You can put files here to add functionality separated per file, which | |
# will be ignored by git. | |
# Files on the custom/ directory will be automatically loaded by the init | |
# script, in alphabetical order. | |
# For example: add yourself some shortcuts to projects you often work on. | |
# | |
# brainstormr=~/Projects/development/planetargon/brainstormr | |
# cd $brainstormr | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |