From 9c378a3ce5dfc777852bb4272d5ef52514621066 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 17 Dec 2025 09:20:42 +0900 Subject: modified .ssh/config, modified aerospace/aerospace.toml --- global/.ssh/config | 12 ++++-------- 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'] -- cgit v1.2.3