1
0
Fork 0

Autocommitted updated scripts from terraria-server

main
Mari 4 years ago
parent 16f951b6fc
commit 9cd4a8159c
  1. 4
      per-host/terraria-server/.bash_aliases
  2. 1
      per-host/terraria-server/.bash_aliases-common
  3. 1
      per-host/terraria-server/.config/nvim
  4. 1
      per-host/terraria-server/.inputrc
  5. 1
      per-host/terraria-server/.inputrc-common
  6. 1
      per-host/terraria-server/.ssh/.config-common
  7. 1
      per-host/terraria-server/.ssh/.rc-common
  8. 1
      per-host/terraria-server/.ssh/authorized_keys
  9. 1
      per-host/terraria-server/.ssh/config
  10. 1
      per-host/terraria-server/.ssh/known_hosts
  11. 2
      per-host/terraria-server/.ssh/rc
  12. 1
      per-host/terraria-server/.tmux.conf
  13. 1
      per-host/terraria-server/.tmux.conf-common
  14. 1
      per-host/terraria-server/.vim
  15. 1
      per-host/terraria-server/.vimrc
  16. 1
      per-host/terraria-server/.vimrc-common

@ -0,0 +1,4 @@
#!/bin/bash
. ~/.bash_aliases-common
auto_tmux

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

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

@ -0,0 +1 @@
Include .config-common

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

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

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

@ -0,0 +1 @@
source ~/.vimrc-common
Loading…
Cancel
Save