{"id":23409997,"url":"https://github.com/m-ghozi/windows-dotfiles","last_synced_at":"2026-04-10T15:47:07.186Z","repository":{"id":261163445,"uuid":"883466839","full_name":"m-ghozi/windows-dotfiles","owner":"m-ghozi","description":"My dotfiles","archived":false,"fork":false,"pushed_at":"2025-03-23T23:52:38.000Z","size":3382,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T00:29:24.996Z","etag":null,"topics":["bash","dotfiles","neovim","powershell"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/m-ghozi.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":"2024-11-05T02:31:05.000Z","updated_at":"2025-03-23T23:52:42.000Z","dependencies_parsed_at":"2024-12-11T09:21:50.957Z","dependency_job_id":"a385528f-bb24-4ea6-946a-6c2be9d77042","html_url":"https://github.com/m-ghozi/windows-dotfiles","commit_stats":null,"previous_names":["m-ghozi/dotfiles","m-ghozi/windows-dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ghozi%2Fwindows-dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ghozi%2Fwindows-dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ghozi%2Fwindows-dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ghozi%2Fwindows-dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-ghozi","download_url":"https://codeload.github.com/m-ghozi/windows-dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247968268,"owners_count":21025795,"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":["bash","dotfiles","neovim","powershell"],"created_at":"2024-12-22T16:15:28.091Z","updated_at":"2025-12-30T23:06:01.972Z","avatar_url":"https://github.com/m-ghozi.png","language":"Shell","readme":"\u003ca id=\"readme-top\"\u003e\u003c/a\u003e\n# Ghozi's dotfiles\n![alt text](./images/v2.png)\n![alt text](./images/v3.png)\nSpecial thanks to [craftzdog](https://github.com/craftzdog) for sharing their dotfiles setup, which provided valuable inspiration and guidance for my dotfiles.\n\nCheck out his awesome [dotfiles repository](https://github.com/craftzdog/dotfiles-public) for more setup ideas and configuration tips.\n\n## Contents\n\n- vim (Neovim) config\n- PowerShell config\n- bash config\n- tmux config\n- terminal config\n\n## Neovim setup\nsee this repo [neovim-dotfiles](https://github.com/m-ghozi/neovim-dotfiles)\n### Requirements\n- Neovim \u003e= **0.10.2** (needs to be built with **LuaJIT**)\n- Git \u003e= **2.19.0** (for partial clones support)\n- [LazyVim](https://www.lazyvim.org/)\n- a [Nerd Font](https://www.nerdfonts.com/)(v3.0 or greater) **_(optional, but needed to display some icons)_**\n- [lazygit](https://github.com/jesseduffield/lazygit)\n- a **C** compiler for `nvim-treesitter`. See [here](https://github.com/nvim-treesitter/nvim-treesitter#requirements)\n- for [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) **_(optional)_**\n  - **live grep**: [ripgrep](https://github.com/BurntSushi/ripgrep)\n  - **find files**: [fd](https://github.com/sharkdp/fd)\n- a terminal that support true color and *undercurl*:\n  - [kitty](https://github.com/kovidgoyal/kitty) **_(Linux \u0026 Macos)_**\n  - [wezterm](https://github.com/wez/wezterm) **_(Linux, Macos \u0026 Windows)_**\n  - [alacritty](https://github.com/alacritty/alacritty) **_(Linux, Macos \u0026 Windows)_**\n  - [iterm2](https://iterm2.com/) **_(Macos)_**\n- [Solarized Osaka](https://github.com/craftzdog/solarized-osaka.nvim)\n\n## PowerShell setup (Windows)\n\n- [Scoop](https://scoop.sh/) - A command-line installer\n- [Git for Windows](https://gitforwindows.org/)\n- [Oh My Posh](https://ohmyposh.dev/) - Prompt theme engine\n- [Terminal Icons](https://github.com/devblackops/Terminal-Icons) - Folder and file icons\n- [PSReadLine](https://docs.microsoft.com/en-us/powershell/module/psreadline/) - Cmdlets for customizing the editing environment, used for autocompletion\n- [z](https://www.powershellgallery.com/packages/z) - Directory jumper\n- [PSFzf](https://github.com/kelleyma49/PSFzf) - Fuzzy finder\n\n## Bash\n- [Oh My Posh](https://ohmyposh.dev/) - Prompt theme engine\n- [lsd](https://github.com/lsd-rs/lsd) - The next gen ls command\n- [z](https://github.com/rupa/z) - jump around\n- [fzf](https://github.com/junegunn/fzf) - A command-line fuzzy finder\n  \n## Tmux\n- [Gitmux](https://github.com/arl/gitmux) - Gitmux shows git status in your tmux status bar\n\n## Windows Terminal\n- Theme base [Dracula](https://draculatheme.com/windows-terminal) - Dracula Theme for Windows Terminal\n- [Nerd Font](https://www.nerdfonts.com/) - Iconic font aggregator, collection, and patcher\n\n\nTODO : update this readme\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-ghozi%2Fwindows-dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-ghozi%2Fwindows-dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-ghozi%2Fwindows-dotfiles/lists"}