Colin Powell 3 سال پیش
والد
کامیت
a5307e5324
3فایلهای تغییر یافته به همراه22 افزوده شده و 2 حذف شده
  1. 3 1
      fish/.config/fish/functions/fisher.fish
  2. 1 0
      qutebrowser/.config/qutebrowser/bookmarks/urls
  3. 18 1
      ssh/.ssh/config

+ 3 - 1
fish/.config/fish/functions/fisher.fish

@@ -1,6 +1,6 @@
 function fisher --argument-names cmd --description "A plugin manager for Fish"
     set --query fisher_path || set --local fisher_path $__fish_config_dir
-    set --local fisher_version 4.3.0
+    set --local fisher_version 4.3.1
     set --local fish_plugins $__fish_config_dir/fish_plugins
 
     switch "$cmd"
@@ -15,6 +15,8 @@ function fisher --argument-names cmd --description "A plugin manager for Fish"
             echo "Options:"
             echo "       -v or --version  Print version"
             echo "       -h or --help     Print this help message"
+            echo "Variables:"
+            echo "       \$fisher_path  Plugin installation path. Default: ~/.config/fish"
         case ls list
             string match --entire --regex -- "$argv[2]" $_fisher_plugins
         case install update remove

+ 1 - 0
qutebrowser/.config/qutebrowser/bookmarks/urls

@@ -10,3 +10,4 @@ https://15five.15five.com/admin/dj/saml2/saml2config/?q=60027 Select Configurati
 https://app.slack.com/client/T042JGM5N/G010U55A8CV/thread/G010U55A8CV-1637246877.000600 Slack | support-tier2 | 15Five
 https://15five.lightning.force.com/lightning/r/Case/5004T00000BGbDBQA1/view 00018911 | Salesforce
 https://www.figma.com/file/0qsXDQRmrdtoNaBmGIdD1Y/Partnerships-Team?node-id=518%3A23 Partnerships Team – Figma
+https://15five.lightning.force.com/lightning/r/Case/5004T00000D7iRDQAZ/view 00024824 | Salesforce

+ 18 - 1
ssh/.ssh/config

@@ -96,7 +96,7 @@ Host *.local 192.168.1.*
   User root
   IdentityFile ~/.ssh/jails
   Hostname %h
-  #ProxyJump bastion.unbl.ink
+  ProxyJump bastion.unbl.ink
 
 Host *.cloud51
     HostName %h
@@ -132,5 +132,22 @@ Host bastion.cloud100.15five.com
     Port 155
     AddKeysToAgent yes
 
+Host *.cloud101
+    HostName %h
+    User colin
+    IdentityFile ~/.ssh/ff_cloud101_rsa_2021q3
+    ProxyJump bastion.cloud101.15five.com
+    LocalForward 127.0.0.1:5437 db.mirror0.cloud101:5432
+    Port 155
+    ServerAliveInterval 30
+    ServerAliveCountMax 3
+    AddKeysToAgent yes
+
+Host bastion.cloud101.15five.com
+    User colin
+    IdentityFile ~/.ssh/ff_cloud101_rsa_2021q3
+    Port 155
+    AddKeysToAgent yes
+
 Host 192.168.1.238
     Port 2222