diff --git a/.gitconfig.MKAYSIGREP b/.gitconfig.MKAYSIGREP index 1dc94063..a7ede7f4 100644 --- a/.gitconfig.MKAYSIGREP +++ b/.gitconfig.MKAYSIGREP @@ -16,6 +16,6 @@ status = true ui = true [user] - name = Mika Suomalainen + name = Mikaela Suomalainen email = mkaysi@outlook.com - signingkey = 0x4DB53CFE82A46728 + signingkey = 0xDAA6CA08F2E96AC7 diff --git a/.install.MKAYSIGREP.run b/.install.MKAYSIGREP.run index bdb081ce..d2dfef2b 100755 --- a/.install.MKAYSIGREP.run +++ b/.install.MKAYSIGREP.run @@ -3,6 +3,7 @@ cat .bash_aliases.MKAYSIGREP > ~/.bash_aliases cat .zsh_aliases.MKAYSIGREP > ~/.zsh_aliases cat .gitconfig.MKAYSIGREP > ~/.gitconfig +cat oidentd.conf > ~/.oidentd.conf mkdir -p ~/.gnupg cat sks-keyservers.netCA.pem > ~/.gnupg/sks-keyservers.netCA.pem cat .gpg.conf.MKAYSIGREP > ~/.gnupg/gpg.conf diff --git a/.pastebinit.xml.MKAYSIGREP b/.pastebinit.xml.MKAYSIGREP index 2423dec1..25e114d3 100644 --- a/.pastebinit.xml.MKAYSIGREP +++ b/.pastebinit.xml.MKAYSIGREP @@ -1,6 +1,6 @@ - http://fpaste.org - Mika Suomalainen + http://sprunge.us + Mkaysi mkaysi@jabber.org text diff --git a/bashrc b/bashrc index 96a067b9..7455d27b 100644 --- a/bashrc +++ b/bashrc @@ -215,6 +215,10 @@ fi export SSH_AUTH_SOCK=/tmp/$USER.agent ssh-agent -a /tmp/$USER.agent > /dev/null 2>&1 +# In our series useless/weird environment variables, beep +beep= +BEEP= + ##### Aliases RJ706I ##### # To get sudo work with aliases. @@ -236,9 +240,8 @@ alias gdrop="git stash && git stash drop" # If I run nautilus, I want it to open in folder where I am. #alias nautilus="nautilus ./" -# Why I must write "weechat-curses" to start it? -alias weechat="weechat-curses" -alias weechat-version="weechat-curses --help|head -n2" +#SHow compilation date of WeeChat. +alias weechat-version="weechat --help|head -n2" #NMAP specific. All nmap things should be run as root, so it's probably best to copy these aliases to root's .bashrc. Things which don't run without root ask for sudo password. alias nmap-intense="nmap -T4 -A -v -PE -PS22,25,80 -PA21,23,80,3389 " @@ -448,6 +451,12 @@ alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf # ffmpeg is depreceated alias ffmpeg=avconv +# inxi https://code.google.com/p/inxi/ +alias inxi-install="mkdir -p ~/.local/bin && cd ~/.local/bin && \wget -Nc smxi.org/inxi && chmod +x inxi && cd" +alias inxi-install-root="cd /usr/local/bin && \wget -Nc smxi.org/inxi && chmod +x inxi && cd" +alias inxi-update="inxi -U" + + # Allow custom aliases to be put in .aliases or .bash_aliases . # .aliases diff --git a/gitconfig b/gitconfig index e3a1b57e..71047feb 100644 --- a/gitconfig +++ b/gitconfig @@ -16,6 +16,6 @@ status = true ui = true [user] - #name = Mika Suomalainen + #name = Mikaela Suomalainen #email = mkaysi@outlook.com - #signingkey = 0x4DB53CFE82A46728 + #signingkey = 0xDAA6CA08F2E96AC7 diff --git a/install.run b/install.run index 23c38ac5..8a3c726d 100755 --- a/install.run +++ b/install.run @@ -5,6 +5,7 @@ cat tmux.conf > ~/.tmux.conf cat zshrc > ~/.zshrc cat gitconfig > ~/.gitconfig cat vimrc > ~/.vimrc +cat oidentd.conf > ~/.oidentd.conf mkdir -p ~/.gnupg cat gpg.conf > ~/.gnupg/gpg.conf cat gpg-agent.conf > ~/.gnupg/gpg-agent.conf diff --git a/oidentd.conf b/oidentd.conf new file mode 100644 index 00000000..7a3e5917 --- /dev/null +++ b/oidentd.conf @@ -0,0 +1 @@ +global { numeric } \ No newline at end of file diff --git a/pastebinit.xml b/pastebinit.xml index 433db0b4..35d97b0f 100644 --- a/pastebinit.xml +++ b/pastebinit.xml @@ -1,5 +1,5 @@ - http://fpaste.org + http://sprunge.us text diff --git a/zshrc b/zshrc index f1f6ed8c..111dd790 100644 --- a/zshrc +++ b/zshrc @@ -158,6 +158,10 @@ if [[ $UNAME = "Darwin" && $USER = "root" ]]; then fi # The above requires at least Mountain Lion. +# In our series useless/weird environment variables, beep +beep= +BEEP= + ##### Aliases RJ706I ##### # To get sudo work with aliases. @@ -176,9 +180,8 @@ alias youtube-dl="youtube-dl -t" alias gdrop="git stash && git stash drop" #alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. # MKAYSIGREP MKAYSIGREPALIAS -# Why I must write "weechat-curses" to start it? -alias weechat="weechat-curses" -alias weechat-version="weechat-curses --help|head -n2" +# Show compilation date of WeeChat. +alias weechat-version="weechat --help|head -n2" #NMAP specific. All nmap things should be run as root, so it's probably best to copy these aliases to root's .zshrc. Things which don't run without root ask for sudo password. alias nmap-intense="nmap -T4 -A -v -PE -PS22,25,80 -PA21,23,80,3389 " @@ -421,6 +424,11 @@ alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf # ffmpeg is depreceated alias ffmpeg=avconv +# inxi https://code.google.com/p/inxi/ +alias inxi-install="mkdir -p ~/.local/bin && cd ~/.local/bin && \wget -Nc smxi.org/inxi && chmod +x inxi && cd" +alias inxi-install-root="cd /usr/local/bin && \wget -Nc smxi.org/inxi && chmod +x inxi && cd" +alias inxi-update="inxi -U" + # .aliases if [ -f ~/.aliases ]; then