File tree Expand file tree Collapse file tree 7 files changed +31
-15
lines changed
Expand file tree Collapse file tree 7 files changed +31
-15
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- ecs_task_id= $( aws --profile tu-ops ecs list-tasks --cluster atlantis | jq ' .taskArns[0] ' -r | sed ' s|.*/|| ' )
3+ export AWS_REGION=eu-west-1
44
5- aws --profile tu-ops ecs execute-command \
6- --region eu-west-1 \
7- --cluster atlantis \
8- --task " ${ecs_task_id} " \
9- --container atlantis \
10- --command " /bin/bash" \
11- --interactive
5+ ecs_task_id=$( aws --profile iris-operations ecs list-tasks --cluster atlantis | jq ' .taskArns[0]' -r | sed ' s|.*/||' )
6+
7+ aws --profile iris-operations ecs execute-command \
8+ --region eu-west-1 \
9+ --cluster atlantis \
10+ --task " ${ecs_task_id} " \
11+ --container atlantis \
12+ --command " /bin/bash" \
13+ --interactive
Original file line number Diff line number Diff line change 11os :
2- edit : ' lvim {{filename}}'
2+ edit : ' nvim {{filename}}'
Original file line number Diff line number Diff line change 3333 size: 12.0
3434
3535bell:
36- command: None
36+ duration: 0
3737
3838scrolling:
3939 history: 0
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ alias pbpaste 'xclip -selection clipboard -o'
1313{{- end }}
1414
1515# lunarvim
16- alias vim lvim
16+ alias vim nvim
17+ alias vi nvim
1718
1819# common
1920if command -v tree > /dev/null
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ function fif --description="Using ripgrep combined with preview"
55 rg --files-with-matches --no-messages " $argv [1]" | fzf --preview \
66 " highlight -O ansi -l {} 2> /dev/null | rg --colors 'match:bg:yellow' \
77 --ignore-case --pretty --context 10 '$argv [1]' || rg --ignore-case \
8- --pretty --context 10 '$argv [1]' {}" | xargs -o lvim
8+ --pretty --context 10 '$argv [1]' {}" | xargs -o nvim
99 end
1010end
1111
@@ -19,9 +19,9 @@ function vdiff --description="Compare two files or dirs with vim"
1919 set --local right " $argv [2]"
2020
2121 if [ -d " $left " ] && [ -d " $right " ]
22- lvim +" DirDiff $left $right "
22+ nvim +" DirDiff $left $right "
2323 else
24- lvim -d " $left " " $right "
24+ nvim -d " $left " " $right "
2525 end
2626 end
2727end
Original file line number Diff line number Diff line change 1+ [ghq " ssh://git@github.com/shmileee" ]
2+ root = ~/private
13[core]
2- editor = lvim
4+ editor = nvim
35 excludesfile = ~/.config /git/ignore
46[color " diff" ]
57 whitespace = red reverse
1921 path = ~/.config /git/work
2022[includeIf " gitdir:/tmp/**/**" ]
2123 path = ~/.config /git/work
24+ [includeIf " gitdir:~/private/**" ]
25+ path = ~/.config /git/personal
2226[credential]
2327 helper = store
2428[pull]
2832 defaultBranch = main
2933[push]
3034 default = current
35+ [rerere]
36+ enabled = true
Original file line number Diff line number Diff line change 11[user]
22 email = ponomarov.aleksandr@gmail.com
33 name = shmileee
4+ signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICmPDgaUnEugEQdbio+K77tigQhwwlErx6jApEhR0tw8
5+ [gpg]
6+ format = ssh
7+ [gpg "ssh"]
8+ program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
9+ [commit]
10+ gpgsign = true
You can’t perform that action at this time.
0 commit comments