21042024
This commit is contained in:
parent
289fa44c37
commit
0c209480a9
6 changed files with 6 additions and 6 deletions
|
@ -48,6 +48,7 @@ decorations = "full"
|
|||
dynamic_padding = false
|
||||
dynamic_title = true
|
||||
startup_mode = "Maximized"
|
||||
opacity = 0.9
|
||||
|
||||
[window.padding]
|
||||
x = 2
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"hardtime.nvim": { "branch": "main", "commit": "860e912895176112868c97b46277f547e149f5e6" },
|
||||
"headlines.nvim": { "branch": "master", "commit": "618ef1b2502c565c82254ef7d5b04402194d9ce3" },
|
||||
"indent-blankline.nvim": { "branch": "master", "commit": "3d08501caef2329aba5121b753e903904088f7e6" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "83493db50a434a4c5c648faf41e2ead80f96e478" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "bef521ac89c8d423f9d092e37b58e8af0c099309" },
|
||||
"leap.nvim": { "branch": "main", "commit": "812604b7b100e555062fa41c82bfd9c6c776d856" },
|
||||
"lsp-zero.nvim": { "branch": "v3.x", "commit": "14c9164413df4be17a5a0ca9e01a376691cbcaef" },
|
||||
"lualine.nvim": { "branch": "master", "commit": "af4c3cf17206810880d2a93562e0a4c0d901c684" },
|
||||
|
|
|
@ -122,7 +122,4 @@ export VOLTA_HOME="$HOME/.volta"
|
|||
export PATH="$VOLTA_HOME/bin:$PATH"
|
||||
|
||||
source $HOME/.zshrc-additional
|
||||
source $HOME/.zshrc-secrets
|
||||
|
||||
# https://github.com/nvbn/thefuck
|
||||
eval $(thefuck --alias)
|
||||
#source $HOME/.zshrc-secrets
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
[font]
|
||||
size = 12
|
||||
size = 10
|
||||
|
|
Binary file not shown.
|
@ -2,6 +2,8 @@
|
|||
alias zup='sudo zypper dup'
|
||||
alias zin='sudo zypper in'
|
||||
alias rbf='sudo systemctl reboot --firmware-setup'
|
||||
## Arch Linux
|
||||
alias sleep='systemctl suspend'
|
||||
|
||||
## docker
|
||||
export DOCKER_HOST=unix:///run/user/1000/docker.sock
|
||||
|
|
Loading…
Add table
Reference in a new issue