├── .Xdefaults ├── .bin ├── ak_diab.mp3 ├── ak_diab.sh ├── avif_to_jpg ├── blue_mac_restart ├── bsg ├── clean_files.sh ├── clean_sub ├── cmus_pin##default ├── cmus_pin##os.Darwin ├── cmus_pout##default ├── cmus_pout##os.Darwin ├── cmuspoti_next ├── cmuspoti_play ├── cmuspoti_prev ├── codelist ├── ctt ├── dap_sync ├── de ├── delay_ass ├── delay_ass.js ├── delay_ass_dbz ├── diceg ├── difflive.py ├── dlprp_monitor.py ├── dockc ├── docker_fresh ├── dockk ├── docsync ├── dv ├── ensure_dv ├── errome_dl.py ├── export_naito_db ├── fehr ├── ffeh ├── ffehr ├── ffehs ├── ffehz ├── find_dupes ├── flac_to_mp3.sh ├── ghsync ├── ghsync_d ├── git_remote_pick ├── gitd ├── gitf ├── giti ├── gitr ├── gits ├── google-chrome-stable-incognito ├── hex.py ├── i3lock.sh ├── i3lock_fork.sh ├── id_keychain.sh ├── idea ├── idle_handler.sh ├── ido ├── idot ├── install_fortis_util ├── install_packages ├── install_shared_bin ├── install_zsh ├── jdk11 ├── jdk17 ├── jdk8 ├── jpeg_to_jpg ├── kanshi_restart ├── lh_keychain.sh ├── lht_mvn_npm_setup_auto ├── lht_ping ├── lht_squid_install_auto ├── linuxunlock ├── lock.sh ├── locktf ├── loglive.bat ├── loglive.py ├── loglive.sh ├── m4a_to_flac ├── macunlock ├── mis ├── miv ├── mount_nas ├── mount_nas_ct ├── mount_nas_init ├── mount_stick ├── mybrew.sh ├── networkre.sh ├── nf ├── nfi ├── ngf ├── notesync ├── notif ├── npm_refresh ├── nrf ├── ocb ├── ocd ├── ocn ├── ocsv ├── pass_rofi ├── passc ├── passg ├── passm-git-helper ├── passsync ├── pick_wallpaper ├── pretty ├── proto_wine ├── proxy_vars_down ├── proxy_vars_up ├── randomize_wallpaper ├── reconnect.sh ├── reset_cmus.sh##default ├── reset_cmus.sh##os.Darwin ├── scrot-select ├── shift_sub ├── spotify-control.sh ├── steam_de_layout ├── steam_de_layout.py ├── suspend## ├── temp_throttle.sh ├── tldr ├── umount_stick ├── umountrm ├── veracrypt##os.Darwin ├── vlrc.sh ├── vpn##default ├── vpn##os.Darwin ├── w_ssh ├── w_token ├── webp_to_png ├── whither ├── zc ├── ze ├── zfs_extract ├── zo ├── zrollback └── zyay ├── .config ├── beets │ ├── config.yaml │ └── genres.txt ├── dots │ ├── gitconfig.local.sample │ ├── gitignore_global │ ├── init_configs.sh │ ├── init_vim.sh │ ├── java_home.sh##default │ ├── java_home.sh##os.Darwin │ └── proxy.sample ├── gtk-3.0 │ └── gtk.css ├── i3 │ ├── config │ ├── i3blocks.conf │ └── scripts │ │ └── disk ├── kanshi │ └── config ├── kernel │ └── patches │ │ └── export_kernel_fpu_functions.patch ├── mpv │ └── input.conf ├── pass-git-helper │ └── git-pass-mapping.ini ├── picom │ └── picom.conf ├── ranger │ ├── rc.conf##default │ ├── rc.conf##os.Darwin │ ├── rifle.conf │ └── scope.sh ├── sway │ ├── base │ ├── local## │ ├── local##hostname.kadsenbuild │ ├── local##hostname.ot495 │ ├── local##hostname.ox1cb │ └── setup ├── tidal_dl_ng │ └── settings.json ├── vis │ ├── colors │ │ └── rainbow │ └── config ├── wallpaper │ └── background.png ├── waybar │ ├── config │ ├── ensure_off │ ├── ensure_on │ ├── init │ ├── modules │ │ ├── cmus.sh │ │ ├── lht_ping.sh │ │ ├── mail.py │ │ ├── notif.sh │ │ ├── snapcount.sh │ │ ├── spotify.sh │ │ ├── storage.sh │ │ ├── tidepool.sh │ │ ├── time.sh │ │ ├── unsync.sh │ │ └── weather.sh │ ├── style.css │ ├── toggle │ └── waybar.sh └── zsh │ ├── kolo_custom.zsh-theme##default │ └── kolo_custom.zsh-theme##os.Darwin ├── .gitconfig##default ├── .gitconfig##os.Darwin ├── .gnupg └── gpg-agent.conf ├── .gtkrc-2.0 ├── .ideavimrc ├── .m2 ├── settings-security.xml └── settings.xml ├── .npmrc ├── .tmux.conf ├── .urxvt └── ext │ └── font-size ├── .vimrc ├── .xinitrc##os.Linux ├── .zshenv ├── .zshrc##default └── .zshrc##os.Darwin /.Xdefaults: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.Xdefaults -------------------------------------------------------------------------------- /.bin/ak_diab.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/ak_diab.mp3 -------------------------------------------------------------------------------- /.bin/ak_diab.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | mpg123 ~/.bin/ak_diab.mp3 3 | -------------------------------------------------------------------------------- /.bin/avif_to_jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/avif_to_jpg -------------------------------------------------------------------------------- /.bin/blue_mac_restart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/blue_mac_restart -------------------------------------------------------------------------------- /.bin/bsg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/bsg -------------------------------------------------------------------------------- /.bin/clean_files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/clean_files.sh -------------------------------------------------------------------------------- /.bin/clean_sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/clean_sub -------------------------------------------------------------------------------- /.bin/cmus_pin##default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/cmus_pin##default -------------------------------------------------------------------------------- /.bin/cmus_pin##os.Darwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/cmus_pin##os.Darwin -------------------------------------------------------------------------------- /.bin/cmus_pout##default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/cmus_pout##default -------------------------------------------------------------------------------- /.bin/cmus_pout##os.Darwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/cmus_pout##os.Darwin -------------------------------------------------------------------------------- /.bin/cmuspoti_next: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cmus-remote -n 3 | ~/.bin/spotify-control.sh next 4 | -------------------------------------------------------------------------------- /.bin/cmuspoti_play: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cmus-remote -u 3 | ~/.bin/spotify-control.sh play 4 | -------------------------------------------------------------------------------- /.bin/cmuspoti_prev: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cmus-remote -r 3 | ~/.bin/spotify-control.sh prev 4 | -------------------------------------------------------------------------------- /.bin/codelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/codelist -------------------------------------------------------------------------------- /.bin/ctt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/ctt -------------------------------------------------------------------------------- /.bin/dap_sync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/dap_sync -------------------------------------------------------------------------------- /.bin/de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/de -------------------------------------------------------------------------------- /.bin/delay_ass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/delay_ass -------------------------------------------------------------------------------- /.bin/delay_ass.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/delay_ass.js -------------------------------------------------------------------------------- /.bin/delay_ass_dbz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/delay_ass_dbz -------------------------------------------------------------------------------- /.bin/diceg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/diceg -------------------------------------------------------------------------------- /.bin/difflive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/difflive.py -------------------------------------------------------------------------------- /.bin/dlprp_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/dlprp_monitor.py -------------------------------------------------------------------------------- /.bin/dockc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/dockc -------------------------------------------------------------------------------- /.bin/docker_fresh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/docker_fresh -------------------------------------------------------------------------------- /.bin/dockk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/dockk -------------------------------------------------------------------------------- /.bin/docsync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/docsync -------------------------------------------------------------------------------- /.bin/dv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/dv -------------------------------------------------------------------------------- /.bin/ensure_dv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/ensure_dv -------------------------------------------------------------------------------- /.bin/errome_dl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/errome_dl.py -------------------------------------------------------------------------------- /.bin/export_naito_db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/export_naito_db -------------------------------------------------------------------------------- /.bin/fehr: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | feh --auto-rotate -rZzxFYND "$@" 3 | -------------------------------------------------------------------------------- /.bin/ffeh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | feh --auto-rotate -zxYN "$@" 3 | -------------------------------------------------------------------------------- /.bin/ffehr: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | feh --zoom fill --auto-rotate -rzxFYND "$@" 3 | -------------------------------------------------------------------------------- /.bin/ffehs: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | feh --zoom fill --auto-rotate -zxFYND "$@" 3 | -------------------------------------------------------------------------------- /.bin/ffehz: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | feh --auto-rotate -xYNZF "$@" 3 | -------------------------------------------------------------------------------- /.bin/find_dupes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/find_dupes -------------------------------------------------------------------------------- /.bin/flac_to_mp3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/flac_to_mp3.sh -------------------------------------------------------------------------------- /.bin/ghsync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/ghsync -------------------------------------------------------------------------------- /.bin/ghsync_d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/ghsync_d -------------------------------------------------------------------------------- /.bin/git_remote_pick: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/git_remote_pick -------------------------------------------------------------------------------- /.bin/gitd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/gitd -------------------------------------------------------------------------------- /.bin/gitf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/gitf -------------------------------------------------------------------------------- /.bin/giti: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/giti -------------------------------------------------------------------------------- /.bin/gitr: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | git rebase -i "HEAD~${1}" 3 | -------------------------------------------------------------------------------- /.bin/gits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/gits -------------------------------------------------------------------------------- /.bin/google-chrome-stable-incognito: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | google-chrome-stable --incognito 3 | -------------------------------------------------------------------------------- /.bin/hex.py: -------------------------------------------------------------------------------- 1 | for i in range(1, 666): 2 | print("%03X" % i) 3 | -------------------------------------------------------------------------------- /.bin/i3lock.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/i3lock.sh -------------------------------------------------------------------------------- /.bin/i3lock_fork.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/i3lock_fork.sh -------------------------------------------------------------------------------- /.bin/id_keychain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/id_keychain.sh -------------------------------------------------------------------------------- /.bin/idea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/idea -------------------------------------------------------------------------------- /.bin/idle_handler.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/idle_handler.sh -------------------------------------------------------------------------------- /.bin/ido: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/ido -------------------------------------------------------------------------------- /.bin/idot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/idot -------------------------------------------------------------------------------- /.bin/install_fortis_util: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/install_fortis_util -------------------------------------------------------------------------------- /.bin/install_packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/install_packages -------------------------------------------------------------------------------- /.bin/install_shared_bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/install_shared_bin -------------------------------------------------------------------------------- /.bin/install_zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/install_zsh -------------------------------------------------------------------------------- /.bin/jdk11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/jdk11 -------------------------------------------------------------------------------- /.bin/jdk17: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/jdk17 -------------------------------------------------------------------------------- /.bin/jdk8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/jdk8 -------------------------------------------------------------------------------- /.bin/jpeg_to_jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/jpeg_to_jpg -------------------------------------------------------------------------------- /.bin/kanshi_restart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/kanshi_restart -------------------------------------------------------------------------------- /.bin/lh_keychain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/lh_keychain.sh -------------------------------------------------------------------------------- /.bin/lht_mvn_npm_setup_auto: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | lht_mvn_npm_setup U898296 lht/sso 3 | -------------------------------------------------------------------------------- /.bin/lht_ping: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/lht_ping -------------------------------------------------------------------------------- /.bin/lht_squid_install_auto: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | lht_squid_install U898296 lht/proxy 3 | -------------------------------------------------------------------------------- /.bin/linuxunlock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/linuxunlock -------------------------------------------------------------------------------- /.bin/lock.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | swaylock-blur -- -f -K -u --font Inconsolata 3 | -------------------------------------------------------------------------------- /.bin/locktf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/locktf -------------------------------------------------------------------------------- /.bin/loglive.bat: -------------------------------------------------------------------------------- 1 | python C:\Users\OleW7\code\scripts\loglive.py %CD% %1 %2 2 | -------------------------------------------------------------------------------- /.bin/loglive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/loglive.py -------------------------------------------------------------------------------- /.bin/loglive.sh: -------------------------------------------------------------------------------- 1 | while :; do 2 | clear; 3 | git --no-pager lg; 4 | sleep 1; 5 | done 6 | -------------------------------------------------------------------------------- /.bin/m4a_to_flac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/m4a_to_flac -------------------------------------------------------------------------------- /.bin/macunlock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/macunlock -------------------------------------------------------------------------------- /.bin/mis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/mis -------------------------------------------------------------------------------- /.bin/miv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/miv -------------------------------------------------------------------------------- /.bin/mount_nas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/mount_nas -------------------------------------------------------------------------------- /.bin/mount_nas_ct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/mount_nas_ct -------------------------------------------------------------------------------- /.bin/mount_nas_init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/mount_nas_init -------------------------------------------------------------------------------- /.bin/mount_stick: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/mount_stick -------------------------------------------------------------------------------- /.bin/mybrew.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/mybrew.sh -------------------------------------------------------------------------------- /.bin/networkre.sh: -------------------------------------------------------------------------------- 1 | sudo systemctl restart NetworkManager 2 | -------------------------------------------------------------------------------- /.bin/nf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/nf -------------------------------------------------------------------------------- /.bin/nfi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/nfi -------------------------------------------------------------------------------- /.bin/ngf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/ngf -------------------------------------------------------------------------------- /.bin/notesync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/notesync -------------------------------------------------------------------------------- /.bin/notif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/notif -------------------------------------------------------------------------------- /.bin/npm_refresh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/npm_refresh -------------------------------------------------------------------------------- /.bin/nrf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/nrf -------------------------------------------------------------------------------- /.bin/ocb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/ocb -------------------------------------------------------------------------------- /.bin/ocd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/ocd -------------------------------------------------------------------------------- /.bin/ocn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/ocn -------------------------------------------------------------------------------- /.bin/ocsv: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | PASSWORD_STORE_DIR=~/code/.vipappspass ocs $@ 3 | -------------------------------------------------------------------------------- /.bin/pass_rofi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/pass_rofi -------------------------------------------------------------------------------- /.bin/passc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/passc -------------------------------------------------------------------------------- /.bin/passg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/passg -------------------------------------------------------------------------------- /.bin/passm-git-helper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/passm-git-helper -------------------------------------------------------------------------------- /.bin/passsync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/passsync -------------------------------------------------------------------------------- /.bin/pick_wallpaper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/pick_wallpaper -------------------------------------------------------------------------------- /.bin/pretty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/pretty -------------------------------------------------------------------------------- /.bin/proto_wine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/proto_wine -------------------------------------------------------------------------------- /.bin/proxy_vars_down: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/proxy_vars_down -------------------------------------------------------------------------------- /.bin/proxy_vars_up: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/proxy_vars_up -------------------------------------------------------------------------------- /.bin/randomize_wallpaper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/randomize_wallpaper -------------------------------------------------------------------------------- /.bin/reconnect.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/reconnect.sh -------------------------------------------------------------------------------- /.bin/reset_cmus.sh##default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/reset_cmus.sh##default -------------------------------------------------------------------------------- /.bin/reset_cmus.sh##os.Darwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/reset_cmus.sh##os.Darwin -------------------------------------------------------------------------------- /.bin/scrot-select: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | scrot -s 'tor/%Y-%m-%d-%s_screenshot_$wx$h.jpg' 3 | -------------------------------------------------------------------------------- /.bin/shift_sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/shift_sub -------------------------------------------------------------------------------- /.bin/spotify-control.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/spotify-control.sh -------------------------------------------------------------------------------- /.bin/steam_de_layout: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | python ~/.bin/steam_de_layout.py 3 | -------------------------------------------------------------------------------- /.bin/steam_de_layout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/steam_de_layout.py -------------------------------------------------------------------------------- /.bin/suspend##: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | systemctl suspend 3 | -------------------------------------------------------------------------------- /.bin/temp_throttle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/temp_throttle.sh -------------------------------------------------------------------------------- /.bin/tldr: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | curl "cheat.sh/${1}" 3 | -------------------------------------------------------------------------------- /.bin/umount_stick: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/umount_stick -------------------------------------------------------------------------------- /.bin/umountrm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/umountrm -------------------------------------------------------------------------------- /.bin/veracrypt##os.Darwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/veracrypt##os.Darwin -------------------------------------------------------------------------------- /.bin/vlrc.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | echo "$1" | nc -U ~/.vlc.sock 3 | -------------------------------------------------------------------------------- /.bin/vpn##default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/vpn##default -------------------------------------------------------------------------------- /.bin/vpn##os.Darwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/vpn##os.Darwin -------------------------------------------------------------------------------- /.bin/w_ssh: -------------------------------------------------------------------------------- 1 | #!/bin/zsh 2 | 3 | source ~/.bin/id_keychain.sh && $@ 4 | -------------------------------------------------------------------------------- /.bin/w_token: -------------------------------------------------------------------------------- 1 | #!/bin/zsh 2 | 3 | source ~/.bin/id_keychain.sh && GH_TOKEN=$(pass show fortis/gh_token | head -n 1) $@ 4 | -------------------------------------------------------------------------------- /.bin/webp_to_png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/webp_to_png -------------------------------------------------------------------------------- /.bin/whither: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/whither -------------------------------------------------------------------------------- /.bin/zc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/zc -------------------------------------------------------------------------------- /.bin/ze: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/ze -------------------------------------------------------------------------------- /.bin/zfs_extract: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/zfs_extract -------------------------------------------------------------------------------- /.bin/zo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/zo -------------------------------------------------------------------------------- /.bin/zrollback: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/zrollback -------------------------------------------------------------------------------- /.bin/zyay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.bin/zyay -------------------------------------------------------------------------------- /.config/beets/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/beets/config.yaml -------------------------------------------------------------------------------- /.config/beets/genres.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/beets/genres.txt -------------------------------------------------------------------------------- /.config/dots/gitconfig.local.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/dots/gitconfig.local.sample -------------------------------------------------------------------------------- /.config/dots/gitignore_global: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/dots/gitignore_global -------------------------------------------------------------------------------- /.config/dots/init_configs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/dots/init_configs.sh -------------------------------------------------------------------------------- /.config/dots/init_vim.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/dots/init_vim.sh -------------------------------------------------------------------------------- /.config/dots/java_home.sh##default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/dots/java_home.sh##default -------------------------------------------------------------------------------- /.config/dots/java_home.sh##os.Darwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/dots/java_home.sh##os.Darwin -------------------------------------------------------------------------------- /.config/dots/proxy.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/dots/proxy.sample -------------------------------------------------------------------------------- /.config/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /.config/i3/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/i3/config -------------------------------------------------------------------------------- /.config/i3/i3blocks.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/i3/i3blocks.conf -------------------------------------------------------------------------------- /.config/i3/scripts/disk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/i3/scripts/disk -------------------------------------------------------------------------------- /.config/kanshi/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/kanshi/config -------------------------------------------------------------------------------- /.config/kernel/patches/export_kernel_fpu_functions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/kernel/patches/export_kernel_fpu_functions.patch -------------------------------------------------------------------------------- /.config/mpv/input.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/mpv/input.conf -------------------------------------------------------------------------------- /.config/pass-git-helper/git-pass-mapping.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/pass-git-helper/git-pass-mapping.ini -------------------------------------------------------------------------------- /.config/picom/picom.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/picom/picom.conf -------------------------------------------------------------------------------- /.config/ranger/rc.conf##default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/ranger/rc.conf##default -------------------------------------------------------------------------------- /.config/ranger/rc.conf##os.Darwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/ranger/rc.conf##os.Darwin -------------------------------------------------------------------------------- /.config/ranger/rifle.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/ranger/rifle.conf -------------------------------------------------------------------------------- /.config/ranger/scope.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/ranger/scope.sh -------------------------------------------------------------------------------- /.config/sway/base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/sway/base -------------------------------------------------------------------------------- /.config/sway/local##: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/sway/local## -------------------------------------------------------------------------------- /.config/sway/local##hostname.kadsenbuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/sway/local##hostname.kadsenbuild -------------------------------------------------------------------------------- /.config/sway/local##hostname.ot495: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/sway/local##hostname.ot495 -------------------------------------------------------------------------------- /.config/sway/local##hostname.ox1cb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/sway/local##hostname.ox1cb -------------------------------------------------------------------------------- /.config/sway/setup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/sway/setup -------------------------------------------------------------------------------- /.config/tidal_dl_ng/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/tidal_dl_ng/settings.json -------------------------------------------------------------------------------- /.config/vis/colors/rainbow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/vis/colors/rainbow -------------------------------------------------------------------------------- /.config/vis/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/vis/config -------------------------------------------------------------------------------- /.config/wallpaper/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/wallpaper/background.png -------------------------------------------------------------------------------- /.config/waybar/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/waybar/config -------------------------------------------------------------------------------- /.config/waybar/ensure_off: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/waybar/ensure_off -------------------------------------------------------------------------------- /.config/waybar/ensure_on: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/waybar/ensure_on -------------------------------------------------------------------------------- /.config/waybar/init: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | echo 1 > ~/.config/waybar/state 3 | -------------------------------------------------------------------------------- /.config/waybar/modules/cmus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/waybar/modules/cmus.sh -------------------------------------------------------------------------------- /.config/waybar/modules/lht_ping.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/waybar/modules/lht_ping.sh -------------------------------------------------------------------------------- /.config/waybar/modules/mail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/waybar/modules/mail.py -------------------------------------------------------------------------------- /.config/waybar/modules/notif.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/waybar/modules/notif.sh -------------------------------------------------------------------------------- /.config/waybar/modules/snapcount.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/waybar/modules/snapcount.sh -------------------------------------------------------------------------------- /.config/waybar/modules/spotify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/waybar/modules/spotify.sh -------------------------------------------------------------------------------- /.config/waybar/modules/storage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/waybar/modules/storage.sh -------------------------------------------------------------------------------- /.config/waybar/modules/tidepool.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/waybar/modules/tidepool.sh -------------------------------------------------------------------------------- /.config/waybar/modules/time.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/waybar/modules/time.sh -------------------------------------------------------------------------------- /.config/waybar/modules/unsync.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/waybar/modules/unsync.sh -------------------------------------------------------------------------------- /.config/waybar/modules/weather.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/waybar/modules/weather.sh -------------------------------------------------------------------------------- /.config/waybar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/waybar/style.css -------------------------------------------------------------------------------- /.config/waybar/toggle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/waybar/toggle -------------------------------------------------------------------------------- /.config/waybar/waybar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/waybar/waybar.sh -------------------------------------------------------------------------------- /.config/zsh/kolo_custom.zsh-theme##default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/zsh/kolo_custom.zsh-theme##default -------------------------------------------------------------------------------- /.config/zsh/kolo_custom.zsh-theme##os.Darwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.config/zsh/kolo_custom.zsh-theme##os.Darwin -------------------------------------------------------------------------------- /.gitconfig##default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.gitconfig##default -------------------------------------------------------------------------------- /.gitconfig##os.Darwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.gitconfig##os.Darwin -------------------------------------------------------------------------------- /.gnupg/gpg-agent.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.gnupg/gpg-agent.conf -------------------------------------------------------------------------------- /.gtkrc-2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.gtkrc-2.0 -------------------------------------------------------------------------------- /.ideavimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.ideavimrc -------------------------------------------------------------------------------- /.m2/settings-security.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.m2/settings-security.xml -------------------------------------------------------------------------------- /.m2/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.m2/settings.xml -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.npmrc -------------------------------------------------------------------------------- /.tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.tmux.conf -------------------------------------------------------------------------------- /.urxvt/ext/font-size: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.urxvt/ext/font-size -------------------------------------------------------------------------------- /.vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.vimrc -------------------------------------------------------------------------------- /.xinitrc##os.Linux: -------------------------------------------------------------------------------- 1 | exec i3 2 | -------------------------------------------------------------------------------- /.zshenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.zshenv -------------------------------------------------------------------------------- /.zshrc##default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.zshrc##default -------------------------------------------------------------------------------- /.zshrc##os.Darwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinocode/dotfiles/HEAD/.zshrc##os.Darwin --------------------------------------------------------------------------------