├── Autohotkey ├── .autoHotkeyConfig.ahk.swo ├── .autoHotkeyConfig.ahk.swp ├── .autoHotkeyConfig.ahk.un~ ├── Set2ShortCut.bat ├── autoHotkeyConfig.ahk ├── autoHotkeyConfig.ahk~ ├── autoHotkeyConfig.exe └── autols ├── GlazeWM └── .glzr │ ├── glazewm │ ├── config.yaml │ └── errors.log │ ├── glazewm_monitoring.bat │ └── zebar │ ├── normalize.css │ ├── settings.json │ └── starter │ ├── styles.css │ ├── with-glazewm.html │ └── with-glazewm.zebar.json ├── Packages ├── list-choco └── list-scoop ├── PowerShell └── Microsoft.PowerShell_profile.ps1 ├── PowerToys ├── PowerToysSetting.md ├── withAhk │ ├── Keyboard Manager │ │ ├── Editor │ │ │ └── Logs │ │ │ │ └── v0.79.0 │ │ │ │ └── log_2024-03-10.txt │ │ ├── Engine │ │ │ └── Logs │ │ │ │ └── v0.79.0 │ │ │ │ ├── log_2024-03-09.txt │ │ │ │ ├── log_2024-03-10.txt │ │ │ │ ├── log_2024-03-11.txt │ │ │ │ ├── log_2024-03-12.txt │ │ │ │ ├── log_2024-03-13.txt │ │ │ │ ├── log_2024-03-14.txt │ │ │ │ ├── log_2024-03-15.txt │ │ │ │ ├── log_2024-03-16.txt │ │ │ │ ├── log_2024-03-17.txt │ │ │ │ ├── log_2024-03-18.txt │ │ │ │ ├── log_2024-03-19.txt │ │ │ │ ├── log_2024-03-20.txt │ │ │ │ ├── log_2024-03-23.txt │ │ │ │ ├── log_2024-03-24.txt │ │ │ │ ├── log_2024-03-25.txt │ │ │ │ ├── log_2024-03-26.txt │ │ │ │ ├── log_2024-03-27.txt │ │ │ │ └── log_2024-03-28.txt │ │ ├── ModuleInterface │ │ │ └── Logs │ │ │ │ └── v0.79.0 │ │ │ │ ├── log_2024-03-09.txt │ │ │ │ ├── log_2024-03-10.txt │ │ │ │ ├── log_2024-03-11.txt │ │ │ │ ├── log_2024-03-13.txt │ │ │ │ ├── log_2024-03-15.txt │ │ │ │ ├── log_2024-03-16.txt │ │ │ │ ├── log_2024-03-17.txt │ │ │ │ ├── log_2024-03-18.txt │ │ │ │ ├── log_2024-03-19.txt │ │ │ │ ├── log_2024-03-23.txt │ │ │ │ ├── log_2024-03-24.txt │ │ │ │ ├── log_2024-03-25.txt │ │ │ │ ├── log_2024-03-26.txt │ │ │ │ ├── log_2024-03-27.txt │ │ │ │ └── log_2024-03-28.txt │ │ ├── default.json │ │ └── settings.json │ ├── TextExtractor │ │ ├── Logs │ │ │ └── 0.79.0.0 │ │ │ │ ├── Log_2024-03-09.txt │ │ │ │ ├── Log_2024-03-10.txt │ │ │ │ ├── Log_2024-03-11.txt │ │ │ │ ├── Log_2024-03-13.txt │ │ │ │ ├── Log_2024-03-15.txt │ │ │ │ ├── Log_2024-03-16.txt │ │ │ │ ├── Log_2024-03-17.txt │ │ │ │ ├── Log_2024-03-18.txt │ │ │ │ ├── Log_2024-03-19.txt │ │ │ │ ├── Log_2024-03-23.txt │ │ │ │ ├── Log_2024-03-24.txt │ │ │ │ ├── Log_2024-03-25.txt │ │ │ │ ├── Log_2024-03-26.txt │ │ │ │ ├── Log_2024-03-27.txt │ │ │ │ └── Log_2024-03-28.txt │ │ ├── ModuleInterface │ │ │ └── Logs │ │ │ │ └── v0.79.0 │ │ │ │ ├── log_2024-03-09.txt │ │ │ │ ├── log_2024-03-10.txt │ │ │ │ ├── log_2024-03-11.txt │ │ │ │ ├── log_2024-03-13.txt │ │ │ │ ├── log_2024-03-15.txt │ │ │ │ ├── log_2024-03-16.txt │ │ │ │ ├── log_2024-03-17.txt │ │ │ │ ├── log_2024-03-18.txt │ │ │ │ ├── log_2024-03-19.txt │ │ │ │ ├── log_2024-03-23.txt │ │ │ │ ├── log_2024-03-24.txt │ │ │ │ ├── log_2024-03-25.txt │ │ │ │ ├── log_2024-03-26.txt │ │ │ │ ├── log_2024-03-27.txt │ │ │ │ └── log_2024-03-28.txt │ │ └── settings.json │ └── settings.json └── withoutAhk │ ├── default.json │ └── settings.json ├── README.md ├── Terminal ├── defaults.json └── setting.json ├── WSL2 └── .zshrc ├── assets ├── example_slideover.mp4 ├── example_slideover.webp ├── example_tiling.mp4 └── example_tiling.webp └── init.vim /Autohotkey/.autoHotkeyConfig.ahk.swo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/Autohotkey/.autoHotkeyConfig.ahk.swo -------------------------------------------------------------------------------- /Autohotkey/.autoHotkeyConfig.ahk.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/Autohotkey/.autoHotkeyConfig.ahk.swp -------------------------------------------------------------------------------- /Autohotkey/.autoHotkeyConfig.ahk.un~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/Autohotkey/.autoHotkeyConfig.ahk.un~ -------------------------------------------------------------------------------- /Autohotkey/Set2ShortCut.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/Autohotkey/Set2ShortCut.bat -------------------------------------------------------------------------------- /Autohotkey/autoHotkeyConfig.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/Autohotkey/autoHotkeyConfig.ahk -------------------------------------------------------------------------------- /Autohotkey/autoHotkeyConfig.ahk~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/Autohotkey/autoHotkeyConfig.ahk~ -------------------------------------------------------------------------------- /Autohotkey/autoHotkeyConfig.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/Autohotkey/autoHotkeyConfig.exe -------------------------------------------------------------------------------- /Autohotkey/autols: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /GlazeWM/.glzr/glazewm/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/GlazeWM/.glzr/glazewm/config.yaml -------------------------------------------------------------------------------- /GlazeWM/.glzr/glazewm/errors.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/GlazeWM/.glzr/glazewm/errors.log -------------------------------------------------------------------------------- /GlazeWM/.glzr/glazewm_monitoring.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/GlazeWM/.glzr/glazewm_monitoring.bat -------------------------------------------------------------------------------- /GlazeWM/.glzr/zebar/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/GlazeWM/.glzr/zebar/normalize.css -------------------------------------------------------------------------------- /GlazeWM/.glzr/zebar/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/GlazeWM/.glzr/zebar/settings.json -------------------------------------------------------------------------------- /GlazeWM/.glzr/zebar/starter/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/GlazeWM/.glzr/zebar/starter/styles.css -------------------------------------------------------------------------------- /GlazeWM/.glzr/zebar/starter/with-glazewm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/GlazeWM/.glzr/zebar/starter/with-glazewm.html -------------------------------------------------------------------------------- /GlazeWM/.glzr/zebar/starter/with-glazewm.zebar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/GlazeWM/.glzr/zebar/starter/with-glazewm.zebar.json -------------------------------------------------------------------------------- /Packages/list-choco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/Packages/list-choco -------------------------------------------------------------------------------- /Packages/list-scoop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/Packages/list-scoop -------------------------------------------------------------------------------- /PowerShell/Microsoft.PowerShell_profile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerShell/Microsoft.PowerShell_profile.ps1 -------------------------------------------------------------------------------- /PowerToys/PowerToysSetting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/PowerToysSetting.md -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/Editor/Logs/v0.79.0/log_2024-03-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/Editor/Logs/v0.79.0/log_2024-03-10.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-09.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-10.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-11.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-12.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-13.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-14.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-15.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-16.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-17.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-18.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-19.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-20.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-23.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-24.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-25.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-26.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-27.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/Engine/Logs/v0.79.0/log_2024-03-28.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-09.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-10.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-11.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-13.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-15.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-16.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-17.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-18.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-19.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-23.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-24.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-25.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-26.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-27.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/ModuleInterface/Logs/v0.79.0/log_2024-03-28.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/default.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/default.json -------------------------------------------------------------------------------- /PowerToys/withAhk/Keyboard Manager/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/Keyboard Manager/settings.json -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-09.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-10.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-11.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-13.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-15.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-16.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-17.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-18.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-19.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-23.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-24.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-25.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-26.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-27.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/Logs/0.79.0.0/Log_2024-03-28.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-09.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-10.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-11.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-13.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-15.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-16.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-17.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-18.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-19.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-23.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-24.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-25.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-26.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-27.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/ModuleInterface/Logs/v0.79.0/log_2024-03-28.txt -------------------------------------------------------------------------------- /PowerToys/withAhk/TextExtractor/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/TextExtractor/settings.json -------------------------------------------------------------------------------- /PowerToys/withAhk/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withAhk/settings.json -------------------------------------------------------------------------------- /PowerToys/withoutAhk/default.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withoutAhk/default.json -------------------------------------------------------------------------------- /PowerToys/withoutAhk/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/PowerToys/withoutAhk/settings.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /Terminal/defaults.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/Terminal/defaults.json -------------------------------------------------------------------------------- /Terminal/setting.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/Terminal/setting.json -------------------------------------------------------------------------------- /WSL2/.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/WSL2/.zshrc -------------------------------------------------------------------------------- /assets/example_slideover.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/assets/example_slideover.mp4 -------------------------------------------------------------------------------- /assets/example_slideover.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/assets/example_slideover.webp -------------------------------------------------------------------------------- /assets/example_tiling.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/assets/example_tiling.mp4 -------------------------------------------------------------------------------- /assets/example_tiling.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/assets/example_tiling.webp -------------------------------------------------------------------------------- /init.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybecho/Windows_Setting_dotfiles/HEAD/init.vim --------------------------------------------------------------------------------