├── .zshrc ├── DotnetTools.cmd ├── LICENSE ├── Library └── KeyBindings │ └── DefaultKeyBinding.dict ├── LocalDumps.reg ├── PerceivedType.reg ├── ProcDumpFirstChance.reg ├── README.md ├── enable-long-paths.reg ├── git.md ├── procdump.txt └── terminal └── Settings.json /.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirillOsenkov/dotfiles/HEAD/.zshrc -------------------------------------------------------------------------------- /DotnetTools.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirillOsenkov/dotfiles/HEAD/DotnetTools.cmd -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirillOsenkov/dotfiles/HEAD/LICENSE -------------------------------------------------------------------------------- /Library/KeyBindings/DefaultKeyBinding.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirillOsenkov/dotfiles/HEAD/Library/KeyBindings/DefaultKeyBinding.dict -------------------------------------------------------------------------------- /LocalDumps.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirillOsenkov/dotfiles/HEAD/LocalDumps.reg -------------------------------------------------------------------------------- /PerceivedType.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirillOsenkov/dotfiles/HEAD/PerceivedType.reg -------------------------------------------------------------------------------- /ProcDumpFirstChance.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirillOsenkov/dotfiles/HEAD/ProcDumpFirstChance.reg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirillOsenkov/dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /enable-long-paths.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirillOsenkov/dotfiles/HEAD/enable-long-paths.reg -------------------------------------------------------------------------------- /git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirillOsenkov/dotfiles/HEAD/git.md -------------------------------------------------------------------------------- /procdump.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirillOsenkov/dotfiles/HEAD/procdump.txt -------------------------------------------------------------------------------- /terminal/Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirillOsenkov/dotfiles/HEAD/terminal/Settings.json --------------------------------------------------------------------------------