update config
This commit is contained in:
parent
6b7a32d2f7
commit
e910b3facb
@ -7,7 +7,10 @@ alias vim='nvim'
|
||||
#alias ssh='TERM=xterm-256color ssh'
|
||||
alias ssh='TERM=xterm-256color /usr/bin/ssh'
|
||||
alias rdp='rdesktop -r sound:local -r disk:mounttest=/home/mans/windows'
|
||||
alias mcs='mcrcon -H mc.mzsl.nl -p likmebalzak'
|
||||
alias ark='mcrcon -H mzsl-ts -P 27020 -p likmebalzak'
|
||||
alias downl='aria2c -j 12 -s 12 -x 12 -k 5M'
|
||||
alias tf='terraform'
|
||||
|
||||
export PAGER='nvim +Man!'
|
||||
|
||||
@ -21,6 +24,8 @@ export BUN_INSTALL="$HOME/.bun"
|
||||
#export PATH=$BUN_INSTALL/bin:$PATH
|
||||
export GO_BIN="$HOME/go/bin"
|
||||
# export PATH=$GO_BIN:$PATH
|
||||
export HF_TOKEN=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
|
||||
export NRDY_MYSQL_PASSWORD=password
|
||||
|
||||
bind yy fish_clipboard_copy
|
||||
bind Y fish_clipboard_copy
|
||||
|
@ -1,5 +1,6 @@
|
||||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR --export NRDY_MYSQL_PASSWORD:password
|
||||
SETUVAR __fish_initialized:3400
|
||||
SETUVAR fish_color_autosuggestion:555\x1ebrblack
|
||||
SETUVAR fish_color_cancel:\x2dr
|
||||
|
@ -28,6 +28,7 @@ font pango:Iosevka 10
|
||||
# set $mod Mod4
|
||||
set $mod Mod1
|
||||
|
||||
|
||||
#####################
|
||||
# workspace layout: #
|
||||
#####################
|
||||
@ -70,6 +71,12 @@ floating_modifier $mod
|
||||
bindsym $mod+Tab workspace next
|
||||
bindsym $mod+Shift+Tab workspace prev
|
||||
|
||||
# scratchpad
|
||||
bindsym $mod+Shift+minus move scratchpad
|
||||
|
||||
# Show the first scratchpad window
|
||||
bindsym $mod+minus scratchpad show
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace $ws1
|
||||
bindsym $mod+2 workspace $ws2
|
||||
@ -443,6 +450,7 @@ exec --no-startup-id /usr/bin/dunst
|
||||
# exec --no-startup-id sleep 7 && firefox https://github.com/endeavouros-team/endeavouros-i3wm-setup/blob/main/force-knowledge.md
|
||||
#exec --no-startup-id sleep 3 && thunar
|
||||
exec --no-startup-id sleep 3 && spotify
|
||||
exec --no-startup-id sleep 3 && opensnitch-ui
|
||||
exec --no-startup-id sleep 3 && obsidian
|
||||
|
||||
###############
|
||||
|
Loading…
Reference in New Issue
Block a user