Compare commits
6 Commits
6df046dd24
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ea0598b3fc | |||
| e7a31edf1f | |||
| 790ab3dfdb | |||
| 319c8deec7 | |||
| 3f440e3e21 | |||
| 778111278d |
30
ghostty/config
Normal file
30
ghostty/config
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
font-family = "JetBrains Mono"
|
||||||
|
background-opacity = 0.95
|
||||||
|
background-blur = true
|
||||||
|
font-size = 16
|
||||||
|
font-thicken = true
|
||||||
|
font-thicken-strength = 130
|
||||||
|
window-decoration = "none"
|
||||||
|
adjust-cell-height = "5%"
|
||||||
|
maximize = true
|
||||||
|
palette = 0=#51576d
|
||||||
|
palette = 1=#e78284
|
||||||
|
palette = 2=#a6d189
|
||||||
|
palette = 3=#e5c890
|
||||||
|
palette = 4=#8caaee
|
||||||
|
palette = 5=#f4b8e4
|
||||||
|
palette = 6=#81c8be
|
||||||
|
palette = 7=#b5bfe2
|
||||||
|
palette = 8=#626880
|
||||||
|
palette = 9=#e78284
|
||||||
|
palette = 10=#a6d189
|
||||||
|
palette = 11=#e5c890
|
||||||
|
palette = 12=#8caaee
|
||||||
|
palette = 13=#f4b8e4
|
||||||
|
palette = 14=#81c8be
|
||||||
|
palette = 15=#a5adce
|
||||||
|
background = 303446
|
||||||
|
foreground = c6d0f5
|
||||||
|
cursor-color = f2d5cf
|
||||||
|
selection-background = 44495d
|
||||||
|
selection-foreground = c6d0f5
|
||||||
@ -591,7 +591,13 @@ cmp.setup {
|
|||||||
end, { 'i', 's' }),
|
end, { 'i', 's' }),
|
||||||
},
|
},
|
||||||
sources = {
|
sources = {
|
||||||
{ name = 'nvim_lsp' },
|
{ name = 'nvim_lsp',
|
||||||
|
option = {
|
||||||
|
markdown_oxide = {
|
||||||
|
keyword_pattern = [[\(\k\| \|\/\|#\)\+]]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{ name = 'luasnip' },
|
{ name = 'luasnip' },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
11
zsh/sap_api.json
Normal file
11
zsh/sap_api.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
AICORE_SERVICE_KEY='{
|
||||||
|
"clientid": "sb-2e63de36-8cb2-49a4-8d7a-9ad2f20881c7!b186879|xsuaa_std!b77089",
|
||||||
|
"clientsecret": "e1f3f7ac-3c51-4eb4-8c7c-a2bd90fd11f4$Px-wXZ-iPtnIgy1whn3uSVMmLlrJ7AkdinuRzwvH5kg=",
|
||||||
|
"url": "https://h2s395ywrky8mcp0.authentication.sap.hana.ondemand.com",
|
||||||
|
"identityzone": "h2s395ywrky8mcp0",
|
||||||
|
"identityzoneid": "58bfe9c6-806a-4a01-95db-8dcee55aa76f",
|
||||||
|
"appname": "2e63de36-8cb2-49a4-8d7a-9ad2f20881c7!b186879|xsuaa_std!b77089",
|
||||||
|
"serviceurls": {
|
||||||
|
"AI_API_URL": "https://api.ai.internalprod.eu-central-1.aws.ml.hana.ondemand.com"
|
||||||
|
}
|
||||||
|
}'
|
||||||
@ -18,6 +18,8 @@ alias odsb="ods && mvn clean package -DskipTests"
|
|||||||
alias odst="tmux attach -t ods || tmux new -s ods"
|
alias odst="tmux attach -t ods || tmux new -s ods"
|
||||||
alias lg="lazygit"
|
alias lg="lazygit"
|
||||||
alias ls="ls -G"
|
alias ls="ls -G"
|
||||||
|
alias sf='nvim $(fzf --preview="bat --color=always {}")'
|
||||||
|
alias sfm='nvim $(fzf -m --preview="bat --color=always {}")'
|
||||||
|
|
||||||
[ -f "/Users/D068796/.ghcup/env" ] && . "/Users/D068796/.ghcup/env" # ghcup-env
|
[ -f "/Users/D068796/.ghcup/env" ] && . "/Users/D068796/.ghcup/env" # ghcup-env
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user