1
0
Fork 0

Autocommitted updated scripts from mari-wovn

main
Marissa Staib 4 years ago
parent 2bfba382e6
commit 0beaccb6d6
  1. 3
      .gitmodules
  2. 8
      per-host/mari-wovn/.bash_aliases
  3. 1
      per-host/mari-wovn/.bash_aliases-common
  4. 1
      per-host/mari-wovn/.inputrc
  5. 1
      per-host/mari-wovn/.inputrc-common
  6. 1
      per-host/mari-wovn/.ssh/.rc-common
  7. 1
      per-host/mari-wovn/.ssh/authorized_keys
  8. 2
      per-host/mari-wovn/.ssh/rc
  9. 1
      per-host/mari-wovn/.tmux.conf
  10. 1
      per-host/mari-wovn/.tmux.conf-common
  11. 1
      per-host/mari-wovn/.vim
  12. 1
      per-host/mari-wovn/.vimrc
  13. 1
      per-host/mari-wovn/.vimrc-common
  14. 1
      ssh/authorized_keys
  15. 4
      tmux.conf
  16. 1
      vim/bundle/vim-gfm-syntax

3
.gitmodules vendored

@ -1,3 +1,6 @@
[submodule "vim/bundle/vim-airline"]
path = vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
[submodule "vim/bundle/vim-gfm-syntax"]
path = vim/bundle/vim-gfm-syntax
url = https://github.com/rhysd/vim-gfm-syntax.git

@ -0,0 +1,8 @@
#!/bin/bash
. ~/.bash_aliases-common
if [[ -f ~/.bash_tools ]]; then
. ~/.bash_tools
fi
auto_tmux

@ -0,0 +1 @@
$include ~/.inputrc-common

@ -0,0 +1 @@
../../../ssh/authorized_keys

@ -0,0 +1,2 @@
#!/bin/sh
. ~/.ssh/.rc-common

@ -0,0 +1 @@
source ~/.tmux.conf-common

@ -0,0 +1 @@
source ~/.vimrc-common

@ -3,3 +3,4 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAj8gIZNV+euy5AsiA/W/B+XVyhQmaHDFB+NnyP7KpBO
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINsxWR5n8WREoU6d8diPS1tbE6VVvCOSFutgPybz8ZyW mari@earhdaughter
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGfOanT92heZ6YuDtUx64hUlR+/blZqRI39v9fSfGY+O rock64@rock64
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFjdZqfgjifJmIfKgB1PPyU9N7q0RT8fw+/UOWnv0iX6 reya@EarthDaughter
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILYDh2+ANKksm6DEltm+naw+wXoGQG2OmKooXzqef3/o marissa@mari-wovn

@ -30,9 +30,7 @@ set-window-option -g clock-mode-style 12
#############
# Colorscheme
#############
set-option -g message-attr default
set-option -g message-bg colour15
set-option -g message-fg colour232
set-option -g message-style bg=colour15,fg=colour232
set-option -g status-style bg=blue,fg=white
set-option -g status-left-style bg=colour51,fg=colour232,bold
set-option -g status-right-style bg=colour33,fg=colour15,bold

@ -0,0 +1 @@
Subproject commit c0ff9e4994d4e79c8d5edf963094518dceea2623
Loading…
Cancel
Save