-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironmentrc
46 lines (34 loc) · 1.1 KB
/
environmentrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# git with kde wallet
GIT_ASKPASS='/usr/bin/ksshaskpass'
# fd
export FD_OPTIONS="--follow --exclude .git --exclude node_modules"
# fzf
export FZF_DEFAULT_COMMAND='fd --type f'
export FZF_DEFAULT_OPTS='--reverse --preview="bat --color always --theme ansi {}" --height=60% --preview-window=right:70%:wrap'
export FZF_CTRL_T_COMMAND="fd $FD_OPTIONS"
export FZF_ALT_C_COMMAND="fd --type d $FD_OPTIONS"
# bat
export BAT_THEME="ansi"
# golang
export GOPATH=$HOME/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOPATH/bin
# fish-style
#set PATH $PATH /usr/local/bin
# cdpath
export CDPATH=".:~:/home/simon/go/src/github.com/zmnpl/:/home/simon/Nas/:/home/simon/workspace"
# android sdk
export PATH=$PATH:$HOME/workspace/android-sdk-linux/platform-tools
# own scripts path
export PATH=$PATH:~/scripts
export PATH=$PATH:~/scripts/backup
export PATH=$PATH:~/scripts/photoworkflow
export PATH=$PATH:~/scripts/doomlauncher
# pico-8
export PATH=$PATH:~/Tools/pico-8
export EDITOR=nvim
# kde themes configured by qt5ct
#export QT_QPA_PLATFORMTHEME=qt5ct
XDG_CURRENT_DESKTOP=KDE
# git passwords
#GIT_ASKPASS='/usr/bin/ksshaskpass'