Compare commits
6 Commits
0914da49cf
...
844aabd735
Author | SHA1 | Date | |
---|---|---|---|
844aabd735 | |||
9fb0919070 | |||
16ec24a0dd | |||
350e3af1c1 | |||
ee5e087a97 | |||
|
7f5772cfe1 |
@ -1,9 +1,7 @@
|
|||||||
[user]
|
[user]
|
||||||
name = wzykubek
|
name = Wiktor Zykubek
|
||||||
email = wz-git@mailbox.org
|
email = dev@wzykubek.xyz
|
||||||
signingkey = ~/.ssh/id_yubico1_sk
|
signingkey = 0xE2F941AEA250AFFC
|
||||||
[gpg]
|
|
||||||
format = ssh
|
|
||||||
[format]
|
[format]
|
||||||
pretty = oneline
|
pretty = oneline
|
||||||
[log]
|
[log]
|
||||||
@ -18,3 +16,5 @@
|
|||||||
cmd = kitten diff $LOCAL $REMOTE
|
cmd = kitten diff $LOCAL $REMOTE
|
||||||
[difftool "kitty.gui"]
|
[difftool "kitty.gui"]
|
||||||
cmd = kitten diff $LOCAL $REMOTE
|
cmd = kitten diff $LOCAL $REMOTE
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
@ -276,5 +276,5 @@ workspace = special:magic, gapsout:100, on-created-empty:kitty
|
|||||||
|
|
||||||
# Force workspace
|
# Force workspace
|
||||||
windowrule = workspace 1, ^(kitty)$
|
windowrule = workspace 1, ^(kitty)$
|
||||||
windowrule = workspace 2 silent, ^(zen-alpha)$
|
windowrule = workspace 2 silent, ^(zen-beta)$
|
||||||
#: }}}
|
#: }}}
|
||||||
|
@ -5,6 +5,7 @@ return {
|
|||||||
css = { "prettier" },
|
css = { "prettier" },
|
||||||
html = { "prettier" },
|
html = { "prettier" },
|
||||||
jsonc = { "prettier" },
|
jsonc = { "prettier" },
|
||||||
|
go = { "golines" },
|
||||||
},
|
},
|
||||||
|
|
||||||
-- format_on_save = {
|
-- format_on_save = {
|
||||||
|
@ -4,7 +4,7 @@ require("nvchad.configs.lspconfig").defaults()
|
|||||||
local lspconfig = require "lspconfig"
|
local lspconfig = require "lspconfig"
|
||||||
|
|
||||||
-- EXAMPLE
|
-- EXAMPLE
|
||||||
local servers = { "html", "cssls", "pyright" }
|
local servers = { "html", "cssls", "pyright", "clangd", "gopls" }
|
||||||
local nvlsp = require "nvchad.configs.lspconfig"
|
local nvlsp = require "nvchad.configs.lspconfig"
|
||||||
|
|
||||||
-- lsps with default config
|
-- lsps with default config
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
bat
|
bat
|
||||||
brightnessctl
|
brightnessctl
|
||||||
btrfs-progs
|
|
||||||
btop
|
btop
|
||||||
|
btrfs-progs
|
||||||
cava
|
cava
|
||||||
cliphist
|
cliphist
|
||||||
curl
|
curl
|
||||||
@ -13,11 +13,15 @@ hyprlock
|
|||||||
hyprpaper
|
hyprpaper
|
||||||
imagemagick
|
imagemagick
|
||||||
jq
|
jq
|
||||||
kitty-git
|
kdeconnect
|
||||||
|
kitty
|
||||||
|
less
|
||||||
mako
|
mako
|
||||||
mdcat
|
mdcat
|
||||||
neovim
|
neovim
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk
|
||||||
|
openssh
|
||||||
|
pam-u2f
|
||||||
pipewire
|
pipewire
|
||||||
pipewire-alsa
|
pipewire-alsa
|
||||||
pipewire-jack
|
pipewire-jack
|
||||||
@ -42,4 +46,5 @@ xdg-desktop-portal-hyprland
|
|||||||
xdg-user-dirs
|
xdg-user-dirs
|
||||||
yazi
|
yazi
|
||||||
yubikey-manager
|
yubikey-manager
|
||||||
|
zen-browser-bin
|
||||||
zsh
|
zsh
|
||||||
|
@ -6,10 +6,10 @@ Host wyse
|
|||||||
HostName 192.168.1.5
|
HostName 192.168.1.5
|
||||||
User root
|
User root
|
||||||
|
|
||||||
Host podman
|
Host alma
|
||||||
HostName 192.168.1.10
|
HostName 192.168.1.10
|
||||||
User root
|
User cloud
|
||||||
|
Port 2222
|
||||||
|
|
||||||
Host *
|
Host *
|
||||||
IdentityFile ~/.ssh/id_yubico1_sk
|
IdentityFile ~/.ssh/id_rsa.pub
|
||||||
IdentitiesOnly yes
|
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"tray",
|
"tray",
|
||||||
|
"mpris",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"network",
|
"network",
|
||||||
"group/hardware",
|
"group/hardware",
|
||||||
@ -109,5 +110,9 @@
|
|||||||
},
|
},
|
||||||
"on-click": "pwvucontrol"
|
"on-click": "pwvucontrol"
|
||||||
},
|
},
|
||||||
|
"mpris": {
|
||||||
|
"format": "{title} - {artist} ",
|
||||||
|
"format-paused": "{title} - {artist} "
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -39,6 +39,7 @@ tooltip {
|
|||||||
#clock,
|
#clock,
|
||||||
#workspaces,
|
#workspaces,
|
||||||
#window,
|
#window,
|
||||||
|
#mpris,
|
||||||
#pulseaudio,
|
#pulseaudio,
|
||||||
#network,
|
#network,
|
||||||
#tray,
|
#tray,
|
||||||
@ -93,6 +94,10 @@ tooltip {
|
|||||||
color: @gold;
|
color: @gold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#mpris {
|
||||||
|
color: @foam;
|
||||||
|
}
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
color: @iris;
|
color: @iris;
|
||||||
}
|
}
|
||||||
|
@ -33,6 +33,7 @@ command_not_found_handler() {
|
|||||||
|
|
||||||
#: Aliases {{{
|
#: Aliases {{{
|
||||||
|
|
||||||
|
alias vi='nvim'
|
||||||
alias vim='nvim'
|
alias vim='nvim'
|
||||||
alias ssh='kitten ssh'
|
alias ssh='kitten ssh'
|
||||||
alias sudo='sudo '
|
alias sudo='sudo '
|
||||||
@ -45,7 +46,9 @@ alias dotfiles='nvim +"cd $HOME/.dotfiles" +"NvimTreeFocus"'
|
|||||||
|
|
||||||
export PATH="$PATH:.:$HOME/.local/bin/scripts/:$HOME/.local/bin/"
|
export PATH="$PATH:.:$HOME/.local/bin/scripts/:$HOME/.local/bin/"
|
||||||
export EDITOR='nvim'
|
export EDITOR='nvim'
|
||||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
export GPG_TTY="$(tty)"
|
||||||
|
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||||
|
gpgconf --launch gpg-agent # I need to find better place for this line
|
||||||
|
|
||||||
#: }}}
|
#: }}}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user