Set permissions to 700 (for chezmoi)
This commit is contained in:
3
.chezmoiignore
Normal file → Executable file
3
.chezmoiignore
Normal file → Executable file
@@ -1,10 +1,9 @@
|
||||
README.md
|
||||
|
||||
{{ if eq .chezmoi.username "root" }}
|
||||
{{ if or (eq .chezmoi.username "root") (not (eq .chezmoi.osRelease.id "arch")) }}
|
||||
.config/i3/
|
||||
.config/i3blocks/
|
||||
.config/mpv/
|
||||
.config/neofetch/
|
||||
.config/zathura/
|
||||
scripts/
|
||||
txt/
|
||||
|
||||
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
dot_Xmodmap.tmpl
Normal file → Executable file
0
dot_Xmodmap.tmpl
Normal file → Executable file
0
dot_Xresources.tmpl
Normal file → Executable file
0
dot_Xresources.tmpl
Normal file → Executable file
0
dot_bashrc
Normal file → Executable file
0
dot_bashrc
Normal file → Executable file
0
dot_config/chezmoi/chezmoi-template.toml.tmpl
Normal file → Executable file
0
dot_config/chezmoi/chezmoi-template.toml.tmpl
Normal file → Executable file
8
dot_config/i3/config.tmpl
Normal file → Executable file
8
dot_config/i3/config.tmpl
Normal file → Executable file
@@ -69,12 +69,12 @@ bindsym control+Mod4+w exec urxvt -e nvim /home/kevin/.config/watson/state.tmp
|
||||
# bindsym Mod4+x exec $swex
|
||||
bindsym Mod4+x exec xmodmap ~/.Xmodmap && xset r rate $XSET_DELAY $XSET_RATE
|
||||
bindsym Mod4+z exec cliqz
|
||||
{{ if eq .chezmoi.fullHostname "x1-carbon" }}
|
||||
bindsym $mod+p --release exec "scrot -s /tmp/screenshot-$(date +%F_%T).png -e 'xclip -selection c -t image/png < $f'"
|
||||
bindsym control+$mod+p --release exec "scrot -u /tmp/screenshot-$(date +%F_%T).png -e 'xclip -selection c -t image/png < $f'"
|
||||
{{ else }}
|
||||
{{ if .ext_kb }}
|
||||
bindsym Print --release exec "scrot -s /tmp/screenshot-$(date +%F_%T).png -e 'xclip -selection c -t image/png < $f'"
|
||||
bindsym control+Print --release exec "scrot -u /tmp/screenshot-$(date +%F_%T).png -e 'xclip -selection c -t image/png < $f'"
|
||||
{{ else }}
|
||||
bindsym $mod+p --release exec "scrot -s /tmp/screenshot-$(date +%F_%T).png -e 'xclip -selection c -t image/png < $f'"
|
||||
bindsym control+$mod+p --release exec "scrot -u /tmp/screenshot-$(date +%F_%T).png -e 'xclip -selection c -t image/png < $f'"
|
||||
{{ end }}
|
||||
|
||||
# ]]] app shortcuts #
|
||||
|
||||
0
dot_config/i3blocks/i3blocks-display.conf
Normal file → Executable file
0
dot_config/i3blocks/i3blocks-display.conf
Normal file → Executable file
0
dot_config/i3blocks/i3blocks-secondary.conf.tmpl
Normal file → Executable file
0
dot_config/i3blocks/i3blocks-secondary.conf.tmpl
Normal file → Executable file
0
dot_config/i3blocks/i3blocks.conf.tmpl
Normal file → Executable file
0
dot_config/i3blocks/i3blocks.conf.tmpl
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_backlight
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_backlight
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_battery
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_battery
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_calendar
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_calendar
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_cpu_usage
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_cpu_usage
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_load_average
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_load_average
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_memory
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_memory
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_name
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_name
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_spotify
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_spotify
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_temperature
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_temperature
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_time
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_time
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_volume
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_volume
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_wifi
Normal file → Executable file
0
dot_config/i3blocks/scripts/executable_wifi
Normal file → Executable file
0
dot_config/mpv/input.conf
Normal file → Executable file
0
dot_config/mpv/input.conf
Normal file → Executable file
0
dot_config/neofetch/config.conf
Normal file → Executable file
0
dot_config/neofetch/config.conf
Normal file → Executable file
0
dot_config/nvim/init.vim
Normal file → Executable file
0
dot_config/nvim/init.vim
Normal file → Executable file
0
dot_config/private_fish/completions/watson.fish
Normal file → Executable file
0
dot_config/private_fish/completions/watson.fish
Normal file → Executable file
20
dot_config/private_fish/config.fish.tmpl
Normal file → Executable file
20
dot_config/private_fish/config.fish.tmpl
Normal file → Executable file
@@ -25,16 +25,16 @@ bind \ce edit_command_buffer
|
||||
bind \cr forward-word
|
||||
|
||||
chezmoi apply
|
||||
/home/kevin/scripts/sync-shortcuts
|
||||
# source /home/kevin/.config/fish/key_abbr.fish > /dev/null
|
||||
set -U fish_fxn_dir "/home/kevin/linux-config/dot_config/private_fish/private_functions"
|
||||
# set -U fish_fxn_dir "/home/kevin/.config/fish/functions"
|
||||
~/scripts/sync-shortcuts
|
||||
# source ~/.config/fish/key_abbr.fish > /dev/null
|
||||
set -U fish_fxn_dir "{{ .chezmoi.homedir }}/linux-config/dot_config/private_fish/private_functions"
|
||||
# set -U fish_fxn_dir "~/.config/fish/functions"
|
||||
abbr ff "cd $fish_fxn_dir"
|
||||
for fxn in (find $fish_fxn_dir -name '*.fish')
|
||||
source $fxn
|
||||
end
|
||||
abbr rf "chezmoi apply && source ~/.config/fish/config.fish"
|
||||
abbr rfs "sync-shortcuts && chezmoi apply && source ~/.config/fish/key_abbr.fish > /dev/null"
|
||||
abbr rf "chezmoi apply && sync-shortcuts && source ~/.config/fish/key_abbr.fish > /dev/null"
|
||||
abbr rfc "chezmoi apply && source ~/.config/fish/config.fish"
|
||||
abbr xf "fish_config"
|
||||
abbr f. "cd .."
|
||||
abbr f.. "cd ../.."
|
||||
@@ -44,10 +44,12 @@ abbr f.. "cd ../.."
|
||||
# universal var's [[[ #
|
||||
|
||||
# spv
|
||||
set -U spv_dir "/home/kevin/coding/spotify-lib-vis"
|
||||
set -U mfs_dir "/home/kevin/coding/mf-site"
|
||||
{{ if eq .chezmoi.fullHostname "nzxt" }}
|
||||
set -U spv_dir "~/coding/spotify-lib-vis"
|
||||
set -U mfs_dir "~/coding/mf-site"
|
||||
{{ end }}
|
||||
|
||||
set -x PATH $PATH /home/kevin/scripts /home/kevin/scripts/colors /home/kevin/go/bin
|
||||
set -x PATH $PATH ~/scripts ~/scripts/colors ~/go/bin
|
||||
set -x LD_LIBRARY_PATH $LD_LIBRARY_PATH /usr/local/lib /usr/local/lib64
|
||||
set -x PKG_CONFIG_PATH $PKG_CONFIG_PATH /usr/lib/pkgconfig
|
||||
|
||||
|
||||
0
dot_config/private_fish/private_functions/369/a2/carsim.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/a2/carsim.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/a2/gdb-a2.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/a2/gdb-a2.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/a3/gdb-a3-break.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/a3/gdb-a3-break.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/a3/run-a3.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/a3/run-a3.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/a4/block-to-line.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/a4/block-to-line.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/a4/executable_revert-image.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/a4/executable_revert-image.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/a4/hex.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/a4/hex.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/a4/mount-image.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/a4/mount-image.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/a4/run-a4.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/a4/run-a4.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/grep-c.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/grep-c.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/grep-headers.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/grep-headers.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/rg-headers.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/rg-headers.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/rgc.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/369/rgc.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/benq-brightness.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/benq-brightness.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/cd.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/cd.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/certbot-ssl.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/certbot-ssl.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/copy.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/copy.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/create-fish-function.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/create-fish-function.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/evince-silent.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/evince-silent.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/find-vim-filetype.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/find-vim-filetype.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/git/git-amend-push.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/git/git-amend-push.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/git/git-delete-branch.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/git/git-delete-branch.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/git/git-diff-files.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/git/git-diff-files.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/git/git-mult-remotes.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/git/git-mult-remotes.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/git/git-push-multiple.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/git/git-push-multiple.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/grep-aliases.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/grep-aliases.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/grep-pdf-file.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/grep-pdf-file.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/grep-pdf.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/grep-pdf.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/pastebin.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/pastebin.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/redshift-set.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/redshift-set.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/scan-history.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/scan-history.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/shred-rm.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/shred-rm.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/ssh-bandit.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/ssh-bandit.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/unix-timestamp.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/unix-timestamp.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/unzip-rm.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/unzip-rm.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/vsnp.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/vsnp.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/wc-pdf.fish
Normal file → Executable file
0
dot_config/private_fish/private_functions/wc-pdf.fish
Normal file → Executable file
0
dot_config/ranger/commands.py
Normal file → Executable file
0
dot_config/ranger/commands.py
Normal file → Executable file
0
dot_config/ranger/executable_scope.sh
Normal file → Executable file
0
dot_config/ranger/executable_scope.sh
Normal file → Executable file
0
dot_config/ranger/plugins/__init__.py
Normal file → Executable file
0
dot_config/ranger/plugins/__init__.py
Normal file → Executable file
0
dot_config/ranger/plugins/__pycache__/__init__.cpython-37.opt-1.pyc
Normal file → Executable file
0
dot_config/ranger/plugins/__pycache__/__init__.cpython-37.opt-1.pyc
Normal file → Executable file
0
dot_config/ranger/plugins/__pycache__/devicons.cpython-37.opt-1.pyc
Normal file → Executable file
0
dot_config/ranger/plugins/__pycache__/devicons.cpython-37.opt-1.pyc
Normal file → Executable file
0
dot_config/ranger/plugins/__pycache__/devicons_linemode.cpython-37.opt-1.pyc
Normal file → Executable file
0
dot_config/ranger/plugins/__pycache__/devicons_linemode.cpython-37.opt-1.pyc
Normal file → Executable file
0
dot_config/ranger/plugins/executable_devicons.py
Normal file → Executable file
0
dot_config/ranger/plugins/executable_devicons.py
Normal file → Executable file
0
dot_config/ranger/plugins/executable_devicons_linemode.py
Normal file → Executable file
0
dot_config/ranger/plugins/executable_devicons_linemode.py
Normal file → Executable file
2
dot_config/ranger/rc.conf
Normal file → Executable file
2
dot_config/ranger/rc.conf
Normal file → Executable file
@@ -695,7 +695,7 @@ map zr shell unzip %f && rm %f
|
||||
map e. open_with evince f
|
||||
map v. shell $EDITOR %f
|
||||
|
||||
source /home/kevin/.config/ranger/key_mappings.conf
|
||||
source ~/.config/ranger/key_mappings.conf
|
||||
|
||||
map dg shell dragon-drag-and-drop -a -x %p
|
||||
# map <C-d> shell dragon-drag-and-drop -a -x %p
|
||||
|
||||
0
dot_config/ranger/rifle.conf
Normal file → Executable file
0
dot_config/ranger/rifle.conf
Normal file → Executable file
0
dot_config/zathura/zathurarc
Normal file → Executable file
0
dot_config/zathura/zathurarc
Normal file → Executable file
0
dot_gitconfig
Normal file → Executable file
0
dot_gitconfig
Normal file → Executable file
0
dot_imwheelrc
Normal file → Executable file
0
dot_imwheelrc
Normal file → Executable file
0
dot_inputrc
Normal file → Executable file
0
dot_inputrc
Normal file → Executable file
0
dot_vimrc.tmpl
Normal file → Executable file
0
dot_vimrc.tmpl
Normal file → Executable file
0
dot_xinitrc
Normal file → Executable file
0
dot_xinitrc
Normal file → Executable file
0
key_aliases.tmpl
Normal file → Executable file
0
key_aliases.tmpl
Normal file → Executable file
0
key_dirs.tmpl
Normal file → Executable file
0
key_dirs.tmpl
Normal file → Executable file
0
key_files.tmpl
Normal file → Executable file
0
key_files.tmpl
Normal file → Executable file
0
scripts/colors/executable_arch
Normal file → Executable file
0
scripts/colors/executable_arch
Normal file → Executable file
0
scripts/colors/executable_blocks
Normal file → Executable file
0
scripts/colors/executable_blocks
Normal file → Executable file
0
scripts/colors/executable_panes
Normal file → Executable file
0
scripts/colors/executable_panes
Normal file → Executable file
0
scripts/colors/executable_rupees
Normal file → Executable file
0
scripts/colors/executable_rupees
Normal file → Executable file
0
scripts/colors/executable_space-invaders
Normal file → Executable file
0
scripts/colors/executable_space-invaders
Normal file → Executable file
0
scripts/colors/executable_unowns
Normal file → Executable file
0
scripts/colors/executable_unowns
Normal file → Executable file
0
scripts/executable_backup
Normal file → Executable file
0
scripts/executable_backup
Normal file → Executable file
0
scripts/executable_bg-chooser
Normal file → Executable file
0
scripts/executable_bg-chooser
Normal file → Executable file
0
scripts/executable_burn-iso.sh
Normal file → Executable file
0
scripts/executable_burn-iso.sh
Normal file → Executable file
0
scripts/executable_change-sink
Normal file → Executable file
0
scripts/executable_change-sink
Normal file → Executable file
0
scripts/executable_install-arch-pkgs.sh
Normal file → Executable file
0
scripts/executable_install-arch-pkgs.sh
Normal file → Executable file
0
scripts/executable_passmenu
Normal file → Executable file
0
scripts/executable_passmenu
Normal file → Executable file
0
scripts/executable_qr-gif.sh
Normal file → Executable file
0
scripts/executable_qr-gif.sh
Normal file → Executable file
0
scripts/executable_rick-roll
Normal file → Executable file
0
scripts/executable_rick-roll
Normal file → Executable file
0
scripts/executable_shuffler
Normal file → Executable file
0
scripts/executable_shuffler
Normal file → Executable file
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user