Added assh config (not in VCS)
This commit is contained in:
parent
f40ae415ea
commit
565d624fc2
4 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
.csync_*
|
||||
.owncloudsync.log
|
||||
config/jetbrains-settings.jar
|
||||
config/assh.yml
|
||||
|
|
1
Makefile
1
Makefile
|
@ -21,6 +21,7 @@ config: yaourt
|
|||
git clone https://github.com/amix/vimrc.git ~/.vim_runtime || cd ~/.vim_runtime && git pull
|
||||
ln -sfP $(DOTFILES)/config/vimrc ~/.vimrc
|
||||
ln -sfP $(DOTFILES)/config/uniemoji.json ~/.config/uniemoji/custom.json
|
||||
ln -sfP $(DOTFILES)/config/assh.yml ~/.ssh/assh.yml
|
||||
|
||||
gnome: yaourt
|
||||
rm -rf ~/Templates/*
|
||||
|
|
|
@ -42,6 +42,7 @@ alias serve="python2 -m SimpleHTTPServer"
|
|||
alias make-dotfiles="cd ~/.dotfiles/ && make && cd - > /dev/null"
|
||||
alias edit-dotfiles="atom ~/.dotfiles/"
|
||||
alias vi="vim"
|
||||
alias regen-ssh-conf="assh config build > ~/.ssh/config"
|
||||
|
||||
# colored GCC warnings and errors
|
||||
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
advanced-ssh-config
|
||||
android-sdk
|
||||
android-studio
|
||||
arduino
|
||||
|
|
Loading…
Reference in a new issue