{"id":20656471,"url":"https://github.com/shinniuwu/windows-terminal-dotfiles","last_synced_at":"2025-07-23T23:31:46.968Z","repository":{"id":231865287,"uuid":"782900664","full_name":"ShinniUwU/windows-terminal-dotfiles","owner":"ShinniUwU","description":"My Windows Terminal Simple Look","archived":false,"fork":false,"pushed_at":"2024-08-12T20:45:53.000Z","size":17450,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-12T23:36:33.573Z","etag":null,"topics":["dotfiles","powershell-customising","terminal","windows-terminal","windows-terminal-dotfiles"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/ShinniUwU.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-04-06T11:12:47.000Z","updated_at":"2024-08-12T20:45:56.000Z","dependencies_parsed_at":"2024-04-06T12:26:38.533Z","dependency_job_id":"75197dea-f729-40b4-bab5-87da4671f469","html_url":"https://github.com/ShinniUwU/windows-terminal-dotfiles","commit_stats":null,"previous_names":["shinniuwu/windows-terminal-dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShinniUwU%2Fwindows-terminal-dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShinniUwU%2Fwindows-terminal-dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShinniUwU%2Fwindows-terminal-dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShinniUwU%2Fwindows-terminal-dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShinniUwU","download_url":"https://codeload.github.com/ShinniUwU/windows-terminal-dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224951608,"owners_count":17397425,"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","powershell-customising","terminal","windows-terminal","windows-terminal-dotfiles"],"created_at":"2024-11-16T18:15:33.527Z","updated_at":"2025-04-19T12:23:35.016Z","avatar_url":"https://github.com/ShinniUwU.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Windows Terminal Customization\n\n![Windows Terminal Look](preview/terminal.png)\n\nThis repository contains configurations and instructions to customize your Windows Terminal appearance.\n\n### Requirements\n\n- PowerShell 7 (Required for optimal functionality)\n- [Scoop](https://scoop.sh/) (A command-line installer for Windows)\n- [Git](https://git-scm.com/) (To install the other packages)\n- [StarShip](https://starship.rs/) (Minimal, blazing-fast, and infinitely customizable prompt for any shell!)\n- [FastFetch](https://github.com/fastfetch-cli/fastfetch) (System Information)\n- **Caskadiya Nerd Font** (For the terminal font face)\n\n### Installation\n\n1. **Download and Install Caskadiya Nerd Font:**\n   - Download the font from [here](https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/CascadiaCode.zip).\n   - Extract the ZIP file and install the fonts by either right-clicking on the `.ttf` files and selecting \"Install. or by CTRL + A right-click on any file and \"Install\"\n\n2. **Install PowerShell 7:**\n   - Although the configuration can work with other versions, I recommend using PowerShell 7 as it doesn't display annoying text every time you open it.\n\n3. **Run the following commands in your PowerShell terminal (Does not work with PowerShell 7, use PowerShell 5 instead):**\n    ```powershell\n    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser; Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression; scoop install git; scoop install fastfetch; scoop install starship\n    ```\n\n    Or, you can run the individual commands:\n    \n    ```powershell\n    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser\n    Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression\n    scoop install git\n    scoop install starship \n    scoop install fastfetch\n    ```\n\n    If installing `fastfetch` faces any issues, try running PowerShell as an administrator.\n\n4. **Configure Windows Terminal:**\n   - Open Windows Terminal.\n   - Go to the settings (click on the down arrow in the terminal tab bar, then select \"Settings\").\n   - Under \"Startup,\" set the default terminal application to \"Powershell\" not Windows Powershell \n   - Under \"Defaults,\" click on \"Appearance.\"\n   - Change the font face to \"Caskadiya Nerd Font Mono.\"\n\n5. **Clone/Download this repository to your local machine.**\n\n6. **Navigate to the `.config` directory at `C:\\Users\\[name_of_pc]\\.config\\starship\\starship.toml` and create a `starship` folder if it doesn't exist. Place the configuration file from [here](https://github.com/ShinniUwU/windows-terminal-dotfiles/tree/main/.config/starship) into this folder.**\n\n7. **Customize your fastfetch configuration:**\n   - Navigate to the `.config` directory and then into the `fastfetch` folder from [here](https://github.com/ShinniUwU/windows-terminal-dotfiles/tree/main/.config/fastfetch).\n   - Feel free to tweak the settings according to your preferences. Refer to [fastfetch presets](https://github.com/fastfetch-cli/fastfetch/tree/dev/presets) for inspiration.\n\n8. **Copy the PowerShell folder from this repository to your Documents folder.**\n\n9. **The JSON file contains my other settings; do not copy them into your JSON settings since it won't work.**\n\n### Fixing Script Execution Errors\n\nIf you encounter the error:\n\n```powershell\nFile C:\\Users\\[username]\\OneDrive\\Documents\\PowerShell\\Microsoft.PowerShell_profile.ps1 cannot be loaded.\nThe file C:\\Users\\[username]\\OneDrive\\Documents\\PowerShell\\Microsoft.PowerShell_profile.ps1 is not digitally signed.\nYou cannot run this script on the current system.\n```\n\nFollow these steps to resolve it:\n\n1. **Change the Execution Policy:**\n    ```powershell\n    Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser\n    ```\n\n2. **Unblock the File:**\n    ```powershell\n    Unblock-File -Path \"C:\\Users\\[username]\\OneDrive\\Documents\\PowerShell\\Microsoft.PowerShell_profile.ps1\"\n    ```\n\n3. **Run the Script Again:** After unblocking the file, you should be able to run the script without seeing the security warning each time.\n\n### Getting Started\n\nWith the installations and configurations done, you are now ready to use your customized Windows Terminal. Open the terminal and enjoy your personalized setup!\n\n### Inspiration\n\nCheck out the [video](https://youtu.be/AK2JE2YsKto?si=s6U8AnL6h7qeRE1c) that inspired this terminal customization.\n\nFor any further customization or troubleshooting, feel free to explore the repository and adjust the configurations to your liking.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinniuwu%2Fwindows-terminal-dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshinniuwu%2Fwindows-terminal-dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinniuwu%2Fwindows-terminal-dotfiles/lists"}