This commit is contained in:
abs3nt 2023-02-21 00:10:40 -08:00
parent 196f2b472c
commit 161403bcc6
6 changed files with 54 additions and 11 deletions

View File

@ -24,7 +24,7 @@
# dynamic width from 0 to 300
# width = (0, 300)
# constant width of 300
width = (0,300)
width = (0,200)
# The maximum height of a single notification, excluding the frame.
height = 300
@ -118,7 +118,7 @@
### Text ###
font = Monospace 8
font = Monospace 6
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.

View File

@ -106,6 +106,7 @@ autocmd("BufNewFile", {
once = false,
group = _group,
})
autocmd("BufEnter", {
pattern = "*",
callback = function()
@ -152,6 +153,9 @@ autocmd('BufUnload', {
})
vim.cmd [[autocmd BufEnter *.g :setlocal filetype=gentee]]
-- auto format on write
vim.cmd [[autocmd BufWritePre * lua vim.lsp.buf.format()]]

View File

@ -31,7 +31,7 @@ super + ctrl + alt + m
# file manager
super + h
pcmanfm
nemo
# program launcher
super + d

View File

@ -35,7 +35,7 @@ PATH="$PATH:/usr/local/opt/openjdk/libexec/openjdk.jdk/Contents/Home/bin"
PATH="$PATH:/home/abs3nt/.nimble/bin"
# ZSH SETTINGS
HISTFILE=$XDG_STATE_HOME/zsh/history
export HISTFILE=$XDG_STATE_HOME/zsh/history
HISTSIZE=10000
SAVEHIST=10000
setopt appendhistory
@ -60,7 +60,6 @@ __git_files () {
# PLUGINS
zinit ice lucid wait'0'
zinit light joshskidmore/zsh-fzf-history-search
zinit ice depth=1; zinit light romkatv/powerlevel10k
zinit light zsh-users/zsh-autosuggestions
zinit light zsh-users/zsh-history-substring-search
@ -81,16 +80,13 @@ for f in $XDG_CONFIG_HOME/zsh/aliases/*; do source $f; done
# KEYBINDING
bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down
bindkey '^r' _atuin_search_widget
# PLUGIN SETTINGS
HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND=false
HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND=false
HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=true
export ZSH_FZF_HISTORY_SEARCH_REMOVE_DUPLICATES=1
export ZSH_FZF_HISTORY_SEARCH_DATES_IN_SEARCH=0
export ZSH_FZF_HISTORY_SEARCH_EVENT_NUMBERS=0
eval "$(dircolors)"
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
@ -102,3 +98,5 @@ if [ -f '/home/abs3nt/Dev/google-cloud-sdk/path.zsh.inc' ]; then . '/home/abs3nt
# The next line enables shell command completion for gcloud.
if [ -f '/home/abs3nt/Dev/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/abs3nt/Dev/google-cloud-sdk/completion.zsh.inc'; fi
export ATUIN_NOBIND="true"
eval "$(atuin init zsh)"

View File

@ -9,6 +9,8 @@ alias stern='stern --container-state running,waiting,terminated'
alias colo='sudo openfortivpn -c ~/.config/openfortivpn/vpn.conf'
alias dots='pacman -Qqe > ~/.local/share/pkglist.txt && yadm add -u && yadm commit -m "updates" && yadm push && yadm log -1 --stat'
alias jq='gojq'
alias mkdir='mkdir -pv'
alias calc='fend'

View File

@ -1,5 +1,7 @@
alsa-firmware
alsa-utils
atool
atuin
base
base-devel
bat
@ -8,63 +10,99 @@ betterdiscordctl-git
bind
brave-bin
bspwm
catdoc
discord
discord-canary
dog
dracula-gtk-theme
duf
dunst
efibootmgr
elinks
exa
feh
fend
ffmpegthumbnailer
flameshot
fzf
gimp
git
glow
go
gospt-git
gping
grub
highlight
htop
intel-media-driver
jq
jdk-openjdk
jre-openjdk
kimageformats
kubectl
libmythes
libreoffice-fresh
linux
linux-firmware
lrzip
lxappearance
ly-git
mediainfo
mosh
nautilus
nemo
nemo-fileroller
nemo-image-converter
neofetch
neovim
networkmanager
nitch
noto-fonts-emoji
odt2txt
openfortivpn-git
openssh
p7zip
pamixer
pavucontrol
perl-image-exiftool
pfetch
picom
pipewire
pipewire-alsa
pipewire-jack
pipewire-pulse
postgresql-libs
python-chardet
python-pip
python2
pywal-16-colors
qbittorrent
qimgv-git
qpwgraph
qtraw-git
ranger
reflector
ripgrep
rofi
rofi-greenclip
ruby-pleaserun
rustup
signal-desktop-beta
sof-firmware
spotifyd
squashfs-tools
sxhkd
tmux
ttf-mononoki-nerd
ueberzug
unace
unixodbc
unrar
w3m
weechat
wezterm-git
wireplumber
xclip
xdg-ninja-git
xdg-user-dirs
xdg-utils
xorg-server
xorg-xev
@ -72,5 +110,6 @@ xorg-xinit
xorg-xset
xorg-xsetroot
yadm
yarn
yay
zsh