{"id":14069709,"url":"https://github.com/ColinPeyrat/dotfiles","last_synced_at":"2025-07-30T06:32:26.527Z","repository":{"id":55619911,"uuid":"100989028","full_name":"ColinPeyrat/dotfiles","owner":"ColinPeyrat","description":"🏡 My Windows environment setup","archived":false,"fork":false,"pushed_at":"2024-05-14T10:33:53.000Z","size":1046,"stargazers_count":9,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-04T11:37:45.543Z","etag":null,"topics":["dotfiles","ubuntu","windows","wsl"],"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/ColinPeyrat.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":"2017-08-21T20:15:17.000Z","updated_at":"2024-05-14T10:33:57.000Z","dependencies_parsed_at":"2024-08-13T07:25:43.497Z","dependency_job_id":null,"html_url":"https://github.com/ColinPeyrat/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ColinPeyrat/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColinPeyrat%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColinPeyrat%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColinPeyrat%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColinPeyrat%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ColinPeyrat","download_url":"https://codeload.github.com/ColinPeyrat/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColinPeyrat%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267822657,"owners_count":24149662,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","ubuntu","windows","wsl"],"created_at":"2024-08-13T07:07:09.578Z","updated_at":"2025-07-30T06:32:26.182Z","avatar_url":"https://github.com/ColinPeyrat.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# dotfiles\n\n![](https://raw.githubusercontent.com/ColinPeyrat/dotfiles/media/screenshot.png)\n\n- target plateforms: Windows 10\n\n## Overview\n\nThings I use :\n\n- [Chocolatey](https://chocolatey.org/): to install and manage package (just like `brew` or `apt` but for windows)\n- [Visual Studio Code](https://github.com/microsoft/vscode): my code editor\n- [AutoHotKey](https://www.autohotkey.com/): to create custom keybind and macro\n- Ocean Dark from [Base16](http://chriskempson.com/projects/base16/): my theme for both [Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=AndrsDC.base16-themes) and [Windows Terminal](https://github.com/jonasnordlund/base16-windows-terminal)\n- [WSL](https://docs.microsoft.com/fr-fr/windows/wsl/install-win10): a GNU/Linux environment directly on Window.\n- [Windows Terminal](https://github.com/microsoft/terminal): my terminal with oh-my-zsh as my shell\n- [nvm](https://github.com/nvm-sh/nvm): to manage node versions\n\n## Installation\n\n### Windows\n\n1. Open a PowerShell terminal as administrator `Right click on start \u003e Windows PowerShell (admin)`\n2. Run this :\n\n```bash\npowershell -NoProfile -ExecutionPolicy unrestricted -Command \"[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \u0026([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/ColinPeyrat/dotfiles/master/setup-windows.ps1')))\"\n```\n\n### WSL\n\n1. First, [install WSL](https://docs.microsoft.com/fr-fr/windows/wsl/install-win10).\n2. Open a new Bash window\n3. Run this :\n\n```bash\ngit clone --recurse-submodules https://github.com/ColinPeyrat/dotfiles.git ~/.dotfiles\ncd ~/.dotfiles \u0026\u0026 ./setup-linux.sh\n```\n\n## Post-installation steps\n\n1. Replace data inside `~/.gitconfig.local` with personal data\n\n## Setting up Windows Terminal\n\n1. Open settings `ctrl+,`\n2. Replace the whole file with [windows-terminal/settings.json](https://raw.githubusercontent.com/ColinPeyrat/dotfiles/master/windows-terminal/settings.json)\n\n## Setting up AutoHotKeys scripts\n\n1. Open a new bash window and run this :\n\n```bash\ncd ~/.dotfiles/autohotkey/ \u0026\u0026 explorer.exe $(wslpath -w $(pwd))\n```\n\n2. Start all AutoHotKeys script you need.\n3. To make thoses scripts start everytime you boot, follow [this link](https://www.autohotkey.com/docs/FAQ.htm#Startup)\n\n## Setting up Unity\n\nTo have a proper Intellisense completion with Visual Studio Code and Unity you need to have installed Visual Studio Community :\n\n1. Unity Hub \u003e Installs\n2. Add modules \u003e check `Microsoft Visual Studio Community 2019`\n3. Click `Next` and follow installation steps.\n\nThen, we need to set VSCode as Unity editor :\n\n1. Open Edit \u003e Preferences\n2. Go to External Tools\n3. Set `Visual Studio Code` as `External Script Editor`\n\nOpen a Unity project folder with VSCode and check if Intellisense is working.\n\nIf it's not working we need to setup dotnet framework for Omnisharp :\n\n1. Open the Omnisharp Log (click on the fire logo in the bottom bar)\n2. Look for a line which says that you have to install a specific dotnet framework version (eg. `4.7.2`)\n3. Click on the link and find this specific version in the list\n4. Download and install\n5. Restart VSCode and everything should works fine !\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FColinPeyrat%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FColinPeyrat%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FColinPeyrat%2Fdotfiles/lists"}