{"id":20298652,"url":"https://github.com/imawizard/dotfiles","last_synced_at":"2025-09-22T18:31:48.273Z","repository":{"id":160910162,"uuid":"396061300","full_name":"imawizard/dotfiles","owner":"imawizard","description":"My config files 🐱‍💻","archived":false,"fork":false,"pushed_at":"2024-09-30T11:56:55.000Z","size":476,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-14T16:11:41.685Z","etag":null,"topics":["dotfiles","tmux-configuration","vim-configuration"],"latest_commit_sha":null,"homepage":"","language":null,"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/imawizard.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":"2021-08-14T16:14:08.000Z","updated_at":"2024-11-07T19:47:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"ea993351-8c72-4cec-8c9b-06c1c9a14294","html_url":"https://github.com/imawizard/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/imawizard%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imawizard%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imawizard%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imawizard%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imawizard","download_url":"https://codeload.github.com/imawizard/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233876724,"owners_count":18744248,"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":["dotfiles","tmux-configuration","vim-configuration"],"created_at":"2024-11-14T16:10:52.578Z","updated_at":"2025-09-22T18:31:43.002Z","avatar_url":"https://github.com/imawizard.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\n## [macOS](https://github.com/imawizard/dotfiles/tree/macos)\n\n```sh\nmkdir ~/.dotfiles.git \u0026\u0026 cd $_\ngit clone --no-checkout --branch macos https://github.com/imawizard/dotfiles .\nmv .git/* ./ \u0026\u0026 rm -rf .git\ngit config core.worktree .. \u0026\u0026 git config status.showUntrackedFiles no\ngit reset --mixed \u0026\u0026 git checkout ..\n```\n\n## [Ubuntu](https://github.com/imawizard/dotfiles/tree/ubuntu)\n\n```sh\nmkdir ~/.dotfiles.git \u0026\u0026 cd $_\ngit clone --no-checkout --branch ubuntu https://github.com/imawizard/dotfiles .\nmv .git/* ./ \u0026\u0026 rm -rf .git\ngit config core.worktree .. \u0026\u0026 git config status.showUntrackedFiles no\ngit reset --mixed \u0026\u0026 git checkout ..\n```\n\n## [Windows](https://github.com/imawizard/dotfiles/tree/windows)\n\n```powershell\nSet-ExecutionPolicy RemoteSigned -Scope CurrentUser\nirm get.scoop.sh -OutFile install.ps1\n.\\install.ps1 -ScoopDir C:\\Develop\\scoop\nRemove-Item install.ps1\nif ($(scoop config root_path)) {\n    New-Item -Force -Type Directory \"$env:USERPROFILE\\scoop\"\n    Move-Item -Force \"$env:USERPROFILE\\scoop\\persist\" \"$(scoop config root_path)\" 2\u003e$null\n    cmd /c mklink /j \"$env:USERPROFILE\\scoop\\persist\" \"$(scoop config root_path)\\persist\"\n    cmd /c mklink /j \"$env:USERPROFILE\\scoop\\shims\" \"$(scoop config root_path)\\shims\"\n}\nscoop install 7zip git\ngit config --global http.sslBackend schannel\ngit config --global http.proxy http://cproxy.intern:8080\n\nmkdir ~/.dotfiles.git | cd\ngit clone --no-checkout --branch windows https://github.com/imawizard/dotfiles .\nMove-Item .git/* ./; Remove-Item -Force .git\ngit config core.worktree ..; git config status.showUntrackedFiles no\ngit reset --mixed; git checkout ..\n```\n\n## Resources\n\n### Dotfiles\n\n- [archseer / Blaž Hrastnik](https://github.com/archseer/dotfiles)\n- [BurntSushi / Andrew Gallant](https://github.com/BurntSushi/dotfiles)\n- [Casey Rodarmor](https://github.com/casey/dotfiles)\n- [disrupted / Salomon Popp](https://github.com/disrupted/dotfiles)\n- [endocrimes / Danielle](https://github.com/endocrimes/dotfiles)\n- [fasterthanlime / Amos Wenger](https://github.com/fasterthanlime/dotfiles)\n- [FelixKratz](https://github.com/FelixKratz/dotfiles)\n- [jonhoo / Jon Gjengset](https://github.com/jonhoo/configs)\n- [kalkayan / Manish Sahani](https://github.com/kalkayan/dotfiles)\n- [koekeishiya / Åsmund Vikane](https://github.com/koekeishiya/dotfiles)\n- [L3MON4D3](https://github.com/L3MON4D3/Dotfiles)\n- [Lukas Reineke](https://github.com/lukas-reineke/dotfiles)\n- [Prabir Shrestha](https://github.com/prabirshrestha/dotfiles)\n- [simnalamburt / Hyeon Kim](https://github.com/simnalamburt/.dotfiles)\n- [Taupiqueur / Mathieu Ablasou](https://github.com/alexherbo2/dotfiles)\n- [thoughtbot, inc.](https://github.com/thoughtbot/dotfiles)\n- [Tim Untersberger](https://github.com/TimUntersberger/dotfiles)\n- [VonHeikemen / Heiker](https://github.com/VonHeikemen/dotfiles)\n- [Wil Thomason](https://github.com/wbthomason/dotfiles)\n\n### Neovim config\n\n- [fannheyward / Heyward Fann](https://github.com/fannheyward/init.vim)\n- [FooSoft / Alexei Yatskov](https://github.com/FooSoft/dotvim)\n- [glepnir / Raphael](https://github.com/glepnir/nvim)\n- [Joel Palmer](https://gist.github.com/joelpalmer/9db3f1cdfd463daa6d7c614ae1618fa6)\n- [kyazdani42 / Kiyan](https://github.com/kyazdani42/nvim-config)\n- [lervag / Karl Yngve Lervåg](https://github.com/lervag/dotvim)\n- [numToStr](https://github.com/numToStr/dotfiles/tree/master/neovim/.config/nvim)\n- [Tim Untersberger](https://github.com/TimUntersberger/neovim.config)\n\n### Neovim fennel\n\n- [aniseed](https://github.com/Olical/aniseed)\n- [hibiscus.nvim](https://github.com/udayvir-singh/hibiscus.nvim)\n- [hotpot.nvim](https://github.com/rktjmp/hotpot.nvim)\n- [tangerine.nvim](https://github.com/udayvir-singh/tangerine.nvim)\n\n### Emacs config\n\n- [Will Crichton](https://github.com/willcrichton/dotfiles)\n\n### macOS Text Keybindings\n\n- [ttscoff's Keybindings](https://github.com/ttscoff/KeyBindings)\n- [Text System Defaults and Key Bindings](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/EventOverview/TextDefaultsBindings/TextDefaultsBindings.html)\n- [Keybindings Commands](https://developer.apple.com/documentation/appkit/nsstandardkeybindingresponding)\n- [Function-Key Unicode Values](https://developer.apple.com/documentation/appkit/1535851-function-key_unicode_values)\n- [Xah Lee - Create Custom Keyboard Layout](http://xahlee.info/kbd/osx_keybinding.html)\n\n### macOS Preferences\n\n- [Brooke Kuhlmann](https://github.com/bkuhlmann/mac_os-config)\n- [HBiede](https://github.com/hbiede/Scripts/blob/main/defaults.sh)\n- [Mathias Bynens](https://github.com/mathiasbynens/dotfiles/blob/master/.macos)\n- [Steve Ward](https://github.com/tech-otaku/macos-config-catalina/blob/main/macos-config.sh)\n- [tiiiecherle](https://github.com/tiiiecherle/osx_install_config/blob/master/11_system_and_app_preferences/11c_macos_preferences_10_15.sh)\n\n### Hammerspoon config\n\n- [Oatmeal / Keenan Villani-Holland](https://github.com/oatmeaI/dotfiles)\n- [rtauziac / Rémy Tauziac](https://github.com/rtauziac/Hammerspoon-Yabai)\n\n### Editor packs\n\n- [Doom Emacs](https://github.com/doomemacs/doomemacs)\n- [LunarVim](https://github.com/LunarVim/LunarVim)\n- [neodev.nvim](https://github.com/folke/neodev.nvim)\n- [NvChad](https://github.com/NvChad/NvChad)\n\n### Tools\n\n- [chezmoi](https://github.com/twpayne/chezmoi)\n- [dotter](https://github.com/SuperCuber/dotter)\n- [homeshick](https://github.com/andsens/homeshick)\n\n### Using git\n\n- [Best Way to Store in a Bare Git Repository](https://www.atlassian.com/git/tutorials/dotfiles)\n- [Tracking dotfiles directly with Git](https://wiki.archlinux.org/title/Dotfiles)\n\n### Using stow\n\n- [Managing Dotfiles with GNU Stow (2016) - Hacker News](https://news.ycombinator.com/item?id=27137172)\n- [Using GNU Stow to manage your dotfiles (2012) - Hacker News](https://news.ycombinator.com/item?id=25549462)\n- [Managing dotfiles with GNU Stow - Hacker News](https://news.ycombinator.com/item?id=11515222)\n\n\u003c!-- vim: set tw=0 wrap ts=4 sw=4 et: --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimawizard%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimawizard%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimawizard%2Fdotfiles/lists"}