summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore37
-rw-r--r--ssh/win.config28
2 files changed, 37 insertions, 28 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..593f46a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,37 @@
+
+# Created by https://www.toptal.com/developers/gitignore/api/zsh
+# Edit at https://www.toptal.com/developers/gitignore?templates=zsh
+
+### Zsh ###
+# Zsh compiled script + zrecompile backup
+*.zwc
+*.zwc.old
+
+# Zsh completion-optimization dumpfile
+*zcompdump*
+
+# Zsh zcalc history
+.zcalc_history
+
+# A popular plugin manager's files
+._zinit
+.zinit_lstupd
+
+# zdharma/zshelldoc tool's files
+zsdoc/data
+
+# robbyrussell/oh-my-zsh/plugins/per-directory-history plugin's files
+# (when set-up to store the history in the local directory)
+.directory_history
+
+# MichaelAquilina/zsh-autoswitch-virtualenv plugin's files
+# (for Zsh plugins using Python)
+.venv
+
+# Zunit tests' output
+/tests/_output/*
+!/tests/_output/.gitkeep
+
+# End of https://www.toptal.com/developers/gitignore/api/zsh
+
+ssh/win.config \ No newline at end of file
diff --git a/ssh/win.config b/ssh/win.config
deleted file mode 100644
index a91b70e..0000000
--- a/ssh/win.config
+++ /dev/null
@@ -1,28 +0,0 @@
-# Read more about SSH config files: https://linux.die.net/man/5/ssh_config
-
-Host *
- StrictHostKeyChecking no
-
-Host heimdall loki
- User pi
- ForwardAgent yes
- StreamLocalBindUnlink yes
- RemoteForward /run/user/1000/gnupg/S.gpg-agent 127.0.0.1:4444
-
-Host odin thor
- User tobyv
- ForwardAgent yes
- StreamLocalBindUnlink yes
- RemoteForward /home/tobyv/.gnupg/S.gpg-agent 127.0.0.1:4444
-
-host bifrost
- User tobyv
-
-Host siue
- User tovince
- HostName os.cs.siue.edu
- ForwardAgent yes
- StreamLocalBindUnlink yes
- RemoteForward /run/user/1400158178/gnupg/S.gpg-agent 127.0.0.1:4444
- RemoteCommand rm -f /run/user/1400158178/gnupg/S.gpg-agent && zsh -l
- RequestTTY force