Skip to content

Commit 29dd0df

Browse files
committed
Merge branch 'feature/linux' into feature/structure
2 parents 2d5511d + 4a4da98 commit 29dd0df

File tree

3 files changed

+23
-11
lines changed

3 files changed

+23
-11
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
*.txt text eol=lf
66
*.yaml text eol=lf
77

8-
/linux/alias/** text eol=lf
9-
108
*.jpg binary
119
*.png binary

linux/alacritty /alacritty.toml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[env]
2-
TERM = "xterm-256color"
3-
41
[window]
52
dimensions.columns = 120
63
dimensions.lines = 50
@@ -25,9 +22,14 @@ primary.foreground = "0xD4D4D4"
2522

2623
[keyboard]
2724
bindings = [
28-
{ key = "Left", mods = "Alt", chars = "\u001bB" },
29-
{ key = "Right", mods = "Alt", chars = "\u001bF" },
30-
{ key = "Left", mods = "Command", chars = "\u001bOH" },
31-
{ key = "Right", mods = "Command", chars = "\u001bOF" },
32-
{ key = "Back", mods = "Command", chars = "\u0015" },
25+
### copy and paste
26+
{ key = "\u314A", mods = "Command", action = "Copy" },
27+
{ key = "\u314D", mods = "Command", action = "Paste" },
28+
### move cursor
29+
{ key = "Left", mods = "Alt", chars = "\u001bB" },
30+
{ key = "Right", mods = "Alt", chars = "\u001bF" },
31+
{ key = "Left", mods = "Command", chars = "\u001bOH" },
32+
{ key = "Right", mods = "Command", chars = "\u001bOF" },
33+
### delete
34+
{ key = "Back", mods = "Command", chars = "\u0015" },
3335
]

macos/hostctl/k8s.hosts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
127.0.0.1 jenkins.example.com
1+
192.168.0.50 workstation.local
2+
192.168.0.50 argocd.example.com
3+
192.168.0.50 git.example.com
4+
192.168.0.50 grafana.example.com
5+
192.168.0.50 harbor.example.com
6+
192.168.0.50 jaeger.example.com
7+
192.168.0.50 keycloak.example.com
8+
192.168.0.50 kiali.example.com
9+
192.168.0.50 minio-api.example.com
10+
192.168.0.50 minio.example.com
11+
192.168.0.50 prometheus.example.com
12+
192.168.0.50 tekton.example.com
13+
192.168.0.50 vault.example.com

0 commit comments

Comments
 (0)