{"id":26701722,"url":"https://github.com/krehwell/dotfiles","last_synced_at":"2025-04-13T10:06:34.536Z","repository":{"id":44557805,"uuid":"294270298","full_name":"krehwell/dotfiles","owner":"krehwell","description":"Development workflow \u0026 environment setup with tmux \u0026 neovim","archived":false,"fork":false,"pushed_at":"2025-03-06T23:09:00.000Z","size":925,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"i3","last_synced_at":"2025-03-27T01:34:31.665Z","etag":null,"topics":["neovim","tmux","vim"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krehwell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-10T01:27:26.000Z","updated_at":"2025-03-06T23:09:04.000Z","dependencies_parsed_at":"2024-02-22T01:22:54.706Z","dependency_job_id":"ff51c953-7ddf-44b2-a670-0bb563bfdce6","html_url":"https://github.com/krehwell/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krehwell%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krehwell%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krehwell%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krehwell%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krehwell","download_url":"https://codeload.github.com/krehwell/dotfiles/tar.gz/refs/heads/i3","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248695440,"owners_count":21146954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["neovim","tmux","vim"],"created_at":"2025-03-27T01:29:54.418Z","updated_at":"2025-04-13T10:06:34.510Z","avatar_url":"https://github.com/krehwell.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Distraction-Free Dotfiles\n\nTry to be minimalist possible\n\n## Tools Deps: \n\n1. `fish`\n2. `tmux`\n3. `rmtrash`\n4. `fzf`\n\n\n## Mac `defaults write` overrides:\n\n1. Close Finder using command+q\n\n```bash\ndefaults write com.apple.finder QuitMenuItem -bool YES \u0026\u0026 killall Finder\n```\n\n2. Disable popup showing accented characters when holding down a key\n\n```bash\ndefaults write -g ApplePressAndHoldEnabled -bool false # pass true to enable it\n```\n\n3. Faster keyrepeat\n\n```bash\ndefaults write -g InitialKeyRepeat -int 10 # default is 15 (225 ms)\ndefaults write -g KeyRepeat -int 1 # default is 2 (30 ms)\n```\n\n4. \"Mac Override\" Defaullt\n\n```bash\n# Allow close finder\ndefaults write com.apple.finder AppleShowAllFiles -bool YES\nkillall Finder\n\n# Disable unwanted animation\n\n# opening and closing windows and popovers\ndefaults write -g NSAutomaticWindowAnimationsEnabled -bool false\n\n# smooth scrolling\ndefaults write -g NSScrollAnimationEnabled -bool false\n\n# showing and hiding sheets, resizing preference windows, zooming windows. float 0 doesn't work\ndefaults write -g NSWindowResizeTime -float 0.001\n\n# opening and closing Quick Look windows\ndefaults write -g QLPanelAnimationDuration -float 0\n\n# rubberband scrolling (doesn't affect web views)\ndefaults write -g NSScrollViewRubberbanding -bool false\n\n# resizing windows before and after showing the version browser\n# also disabled by NSWindowResizeTime -float 0.001\ndefaults write -g NSDocumentRevisionsWindowTransformAnimation -bool false\n\n# showing a toolbar or menu bar in full screen\ndefaults write -g NSToolbarFullScreenAnimationDuration -float 0\n\n# scrolling column views\ndefaults write -g NSBrowserColumnAnimationSpeedMultiplier -float 0\n\n# showing the Dock\ndefaults write com.apple.dock autohide-time-modifier -float 0\ndefaults write com.apple.dock autohide-delay -float 0\n\n# showing and hiding Mission Control, command+numbers\ndefaults write com.apple.dock expose-animation-duration -float 0\n\n# showing and hiding Launchpad\ndefaults write com.apple.dock springboard-show-duration -float 0\ndefaults write com.apple.dock springboard-hide-duration -float 0\n\n# changing pages in Launchpad\ndefaults write com.apple.dock springboard-page-duration -float 0\n\n# at least AnimateInfoPanes\ndefaults write com.apple.finder DisableAllAnimations -bool true\n\n# sending messages and opening windows for replies\ndefaults write com.apple.Mail DisableSendAnimations -bool true\ndefaults write com.apple.Mail DisableReplyAnimations -bool true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrehwell%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrehwell%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrehwell%2Fdotfiles/lists"}