update dotfiles
This commit is contained in:
2
aliases
2
aliases
@@ -1,4 +1,4 @@
|
|||||||
alias irc="ssh -6 pew@paul.walko.org"
|
alias irc="ssh -6 pew@paul.walko.org"
|
||||||
alias irc-admin="ssh -6 ubuntu@paul.walko.org"
|
alias irc-admin="ssh -6 ubuntu@paul.walko.org"
|
||||||
alias hackbox="ssh -p2222 -6 paul@cabinet.walko.org"
|
alias hackbox="ssh -p2222 -6 paul@cabinet.walko.org"
|
||||||
alias mutt="export CURR_DIR=`echo $PWD` && mutt && cd $CURR_DIR"
|
alias mutt="~/.mutt/runmutt.sh"
|
||||||
|
|||||||
3
mutt/runmutt.sh
Executable file
3
mutt/runmutt.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
export CURR_DIR=`echo $PWD`
|
||||||
|
mutt
|
||||||
|
cd $CURR_DIR
|
||||||
7
vimrc
Normal file
7
vimrc
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
call plug#begin('~/.vim/plugged')
|
||||||
|
|
||||||
|
Plug 'lervag/vimtex'
|
||||||
|
|
||||||
|
call plug#end()
|
||||||
|
|
||||||
|
set mouse=a
|
||||||
2
zshrc
2
zshrc
@@ -7,7 +7,7 @@
|
|||||||
# Set name of the theme to load. Optionally, if you set this to "random"
|
# Set name of the theme to load. Optionally, if you set this to "random"
|
||||||
# it'll load a random theme each time that oh-my-zsh is loaded.
|
# it'll load a random theme each time that oh-my-zsh is loaded.
|
||||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
||||||
ZSH_THEME="robbyrussell"
|
ZSH_THEME="steeef"
|
||||||
|
|
||||||
# Uncomment the following line to use case-sensitive completion.
|
# Uncomment the following line to use case-sensitive completion.
|
||||||
# CASE_SENSITIVE="true"
|
# CASE_SENSITIVE="true"
|
||||||
|
|||||||
Reference in New Issue
Block a user