diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-17 09:20:42 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-17 09:20:42 +0900 |
| commit | 9c378a3ce5dfc777852bb4272d5ef52514621066 (patch) | |
| tree | 4bfb3fc03b487948f30aa4430e19712743b95271 | |
| parent | 43848454c02b0afac4b38554086c8fef6cbb78b5 (diff) | |
modified .ssh/config, modified aerospace/aerospace.toml
| -rw-r--r-- | global/.ssh/config | 12 | ||||
| -rw-r--r-- | mac/.config/aerospace/aerospace.toml | 2 |
2 files changed, 5 insertions, 9 deletions
diff --git a/global/.ssh/config b/global/.ssh/config index 66832f4..b2df819 100644 --- a/global/.ssh/config +++ b/global/.ssh/config @@ -42,22 +42,18 @@ Host pp Host evcp HostName 3.36.92.165 User ec2-user - IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem - LocalForward 15432 127.0.0.1:5432 + IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem Host S-onlyone-aws-dts HostName 15.165.19.26 User ec2-user IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem - Port 22 - LocalForward 25432 127.0.0.1:5432 + Port 22 -Host S-onlyone +Host epc-portal HostName 15.165.148.59 User ec2-user - IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem - Port 22 - LocalForward 35432 127.0.0.1:5432 + IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem Host evcp-m HostName 13.125.209.49 diff --git a/mac/.config/aerospace/aerospace.toml b/mac/.config/aerospace/aerospace.toml index 3034471..fe22565 100644 --- a/mac/.config/aerospace/aerospace.toml +++ b/mac/.config/aerospace/aerospace.toml @@ -252,7 +252,7 @@ on-focus-changed = ['move-mouse window-lazy-center'] alt-shift-semicolon = [ 'fullscreen', 'mode main', - ] # Toggle between floating and tiling layout + ] # Toggle between fullscreen and tiling layout backspace = ['close-all-windows-but-current', 'mode main'] alt-shift-h = ['join-with left', 'mode main'] |
