mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
Merge branch 'master' of github.com:Mkaysi/shell-things
This commit is contained in:
commit
47337e5638
@ -16,6 +16,6 @@
|
|||||||
status = true
|
status = true
|
||||||
ui = true
|
ui = true
|
||||||
[user]
|
[user]
|
||||||
name = Mika Suomalainen
|
name = Mikaela Suomalainen
|
||||||
email = mkaysi@outlook.com
|
email = mkaysi@outlook.com
|
||||||
signingkey = 0x4DB53CFE82A46728
|
signingkey = 0xDAA6CA08F2E96AC7
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
cat .bash_aliases.MKAYSIGREP > ~/.bash_aliases
|
cat .bash_aliases.MKAYSIGREP > ~/.bash_aliases
|
||||||
cat .zsh_aliases.MKAYSIGREP > ~/.zsh_aliases
|
cat .zsh_aliases.MKAYSIGREP > ~/.zsh_aliases
|
||||||
cat .gitconfig.MKAYSIGREP > ~/.gitconfig
|
cat .gitconfig.MKAYSIGREP > ~/.gitconfig
|
||||||
|
cat oidentd.conf > ~/.oidentd.conf
|
||||||
mkdir -p ~/.gnupg
|
mkdir -p ~/.gnupg
|
||||||
cat sks-keyservers.netCA.pem > ~/.gnupg/sks-keyservers.netCA.pem
|
cat sks-keyservers.netCA.pem > ~/.gnupg/sks-keyservers.netCA.pem
|
||||||
cat .gpg.conf.MKAYSIGREP > ~/.gnupg/gpg.conf
|
cat .gpg.conf.MKAYSIGREP > ~/.gnupg/gpg.conf
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<pastebinit>
|
<pastebinit>
|
||||||
<pastebin>http://fpaste.org</pastebin>
|
<pastebin>http://sprunge.us</pastebin>
|
||||||
<author>Mika Suomalainen</author>
|
<author>Mkaysi</author>
|
||||||
<jabberid>mkaysi@jabber.org</jabberid>
|
<jabberid>mkaysi@jabber.org</jabberid>
|
||||||
<format>text</format>
|
<format>text</format>
|
||||||
</pastebinit>
|
</pastebinit>
|
||||||
|
15
bashrc
15
bashrc
@ -215,6 +215,10 @@ fi
|
|||||||
export SSH_AUTH_SOCK=/tmp/$USER.agent
|
export SSH_AUTH_SOCK=/tmp/$USER.agent
|
||||||
ssh-agent -a /tmp/$USER.agent > /dev/null 2>&1
|
ssh-agent -a /tmp/$USER.agent > /dev/null 2>&1
|
||||||
|
|
||||||
|
# In our series useless/weird environment variables, beep
|
||||||
|
beep=
|
||||||
|
BEEP=
|
||||||
|
|
||||||
##### Aliases RJ706I #####
|
##### Aliases RJ706I #####
|
||||||
|
|
||||||
# To get sudo work with aliases.
|
# 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.
|
# If I run nautilus, I want it to open in folder where I am.
|
||||||
#alias nautilus="nautilus ./"
|
#alias nautilus="nautilus ./"
|
||||||
|
|
||||||
# Why I must write "weechat-curses" to start it?
|
#SHow compilation date of WeeChat.
|
||||||
alias weechat="weechat-curses"
|
alias weechat-version="weechat --help|head -n2"
|
||||||
alias weechat-version="weechat-curses --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.
|
#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 "
|
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
|
# ffmpeg is depreceated
|
||||||
alias ffmpeg=avconv
|
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 .
|
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||||
|
|
||||||
# .aliases
|
# .aliases
|
||||||
|
@ -16,6 +16,6 @@
|
|||||||
status = true
|
status = true
|
||||||
ui = true
|
ui = true
|
||||||
[user]
|
[user]
|
||||||
#name = Mika Suomalainen
|
#name = Mikaela Suomalainen
|
||||||
#email = mkaysi@outlook.com
|
#email = mkaysi@outlook.com
|
||||||
#signingkey = 0x4DB53CFE82A46728
|
#signingkey = 0xDAA6CA08F2E96AC7
|
||||||
|
@ -5,6 +5,7 @@ cat tmux.conf > ~/.tmux.conf
|
|||||||
cat zshrc > ~/.zshrc
|
cat zshrc > ~/.zshrc
|
||||||
cat gitconfig > ~/.gitconfig
|
cat gitconfig > ~/.gitconfig
|
||||||
cat vimrc > ~/.vimrc
|
cat vimrc > ~/.vimrc
|
||||||
|
cat oidentd.conf > ~/.oidentd.conf
|
||||||
mkdir -p ~/.gnupg
|
mkdir -p ~/.gnupg
|
||||||
cat gpg.conf > ~/.gnupg/gpg.conf
|
cat gpg.conf > ~/.gnupg/gpg.conf
|
||||||
cat gpg-agent.conf > ~/.gnupg/gpg-agent.conf
|
cat gpg-agent.conf > ~/.gnupg/gpg-agent.conf
|
||||||
|
1
oidentd.conf
Normal file
1
oidentd.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
global { numeric }
|
@ -1,5 +1,5 @@
|
|||||||
<pastebinit>
|
<pastebinit>
|
||||||
<pastebin>http://fpaste.org</pastebin>
|
<pastebin>http://sprunge.us</pastebin>
|
||||||
<author></author>
|
<author></author>
|
||||||
<jabberid></jabberid>
|
<jabberid></jabberid>
|
||||||
<format>text</format>
|
<format>text</format>
|
||||||
|
14
zshrc
14
zshrc
@ -158,6 +158,10 @@ if [[ $UNAME = "Darwin" && $USER = "root" ]]; then
|
|||||||
fi
|
fi
|
||||||
# The above requires at least Mountain Lion.
|
# The above requires at least Mountain Lion.
|
||||||
|
|
||||||
|
# In our series useless/weird environment variables, beep
|
||||||
|
beep=
|
||||||
|
BEEP=
|
||||||
|
|
||||||
##### Aliases RJ706I #####
|
##### Aliases RJ706I #####
|
||||||
|
|
||||||
# To get sudo work with aliases.
|
# To get sudo work with aliases.
|
||||||
@ -176,9 +180,8 @@ alias youtube-dl="youtube-dl -t"
|
|||||||
alias gdrop="git stash && git stash drop"
|
alias gdrop="git stash && git stash drop"
|
||||||
#alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. # MKAYSIGREP MKAYSIGREPALIAS
|
#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?
|
# Show compilation date of WeeChat.
|
||||||
alias weechat="weechat-curses"
|
alias weechat-version="weechat --help|head -n2"
|
||||||
alias weechat-version="weechat-curses --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.
|
#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 "
|
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
|
# ffmpeg is depreceated
|
||||||
alias ffmpeg=avconv
|
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
|
# .aliases
|
||||||
if [ -f ~/.aliases ]; then
|
if [ -f ~/.aliases ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user