From 986b94d138f21d044225466c3bf6e21f30991319 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 6 Jan 2024 02:10:40 +0900 Subject: [PATCH 1/9] added PR and Reporting templates, etc --- .github/FUNDING.yml | 4 + .github/ISSUE_TEMPLATE/bug_report.md | 46 ++++++ .github/ISSUE_TEMPLATE/custom.md | 38 +++++ .../ISSUE_TEMPLATE/documentation_update.md | 24 +++ .github/ISSUE_TEMPLATE/feature_request.md | 28 ++++ .github/PULL_REQUEST_TEMPLATE.md | 43 +++++ COMMIT_MESSAGE_GUIDELINES.md | 149 ++++++++++++++++++ CONTRIBUTING.md | 70 ++++++++ 8 files changed, 402 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/documentation_update.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 COMMIT_MESSAGE_GUIDELINES.md create mode 100644 CONTRIBUTING.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..745e648 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,4 @@ +# These are supported funding model platforms + +github: JaKooLit +ko_fi: jakoolit diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..3b27977 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,46 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Bug]: Short description of the issue" +labels: "Something isn't working" +--- + +## Bug Report + +### Description + +[Provide a clear and concise description of the bug.] + +### Steps to Reproduce + +1. [First Step] +2. [Second Step] +3. [and so on...] + +### Expected Behavior + +[What did you expect to happen?] + +### Actual Behavior + +[What actually happened?] + +### Screenshots + +[If applicable, add screenshots to help explain your problem.] + +### Environment + +[Please add any other relevant information about the bug and remove the unnecessary lines.] + +e.g., + +- Linux Distro: [e.g., ArchLinux, EndeavourOS, Arco, Manjaro] +- Linux Version, output of `uname -a`: +- Hyprland Version, output of `hyprctl version`: +- Installation Environment: [e.g., On The Main Hardware, On A Virtual Machine] +- Other info: [e.g., Display Resolution, Resolution, etc] + +### Additional Information + +[Add any other information about the problem here. For example, you might include the error message, any recent changes that you made to the project, or any other relevant details.] diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..1542d0a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,38 @@ +--- +name: Custom template +about: Use this template to submit a custom issue +title: "[Custom]: Short description of the issue" +labels: "custom" +--- + +## Custom Template + +### Description + +[Provide a clear and concise description of the issue or request.] + +### Steps to Reproduce (if applicable) + +1. [First Step] +2. [Second Step] +3. [and so on...] + +### Expected Behavior + +[What did you expect to happen?] + +### Actual Behavior + +[What actually happened?] + +### Screenshots (if applicable) + +[If applicable, add screenshots to help explain your problem.] + +### Proposed Solution (if applicable) + +[If you have a specific solution in mind, describe it here. If not, you can skip this section.] + +### Additional Information + +[Add any other information about the issue or request here. For example, you might include links to similar features in other projects, or screenshots or diagrams to help explain your idea.] diff --git a/.github/ISSUE_TEMPLATE/documentation_update.md b/.github/ISSUE_TEMPLATE/documentation_update.md new file mode 100644 index 0000000..b75d92f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation_update.md @@ -0,0 +1,24 @@ +--- +name: Documentation update +about: Propose a change to the project documentation +title: "[Docs]: Short description of the change" +labels: "documentation update" +--- + +## Documentation Update + +### Description + +[Provide a clear and concise description of the documentation update you'd like to see made.] + +### Current Documentation + +[Provide a link to the current documentation or describe where it can be found.] + +### Proposed Documentation + +[Provide a clear and concise description of the updated documentation that you'd like to see added.] + +### Additional Information + +[Add any other information about the documentation update here. For example, you might include links to similar documentation in other projects, or screenshots or diagrams to help explain your idea.] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bd64d0a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,28 @@ +--- +name: Feature request +about: Suggest a feature for this project +title: "[Feature Request]: Short description of the feature" +labels: "enhancement, needs triage, feature request" +--- + +## Feature Request + +### Description + +[Provide a clear and concise description of the feature you'd like to see added.] + +### Use Case + +[Describe how this feature would be useful to you or to other users of the project.] + +### Proposed Solution + +[If you have a specific solution in mind, describe it here. If not, you can skip this section.] + +### Alternatives + +[Are there any alternative solutions or workarounds that you've considered? If so, describe them here.] + +### Additional Information + +[Add any other information about the feature request here. For example, you might include links to similar features in other projects, or screenshots or diagrams to help explain your idea.] diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..16b3974 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,43 @@ +# Pull Request + +## Description + +Please read these instructions and remove unnecessary text. + +- Try to include a summary of the changes and which issue is fixed. +- Also include relevant motivation and context (if applicable). +- List any dependencies that are required for this change. (e.g., packages or other PRs) +- Provide a link if there is an issue related to this pull request. e.g., Fixes # (issue) +- Please add Reviewers, Assignees, Labels, Projects, and Milestones to the PR. (if applicable) + +## Type of change + +Please put an `x` in the boxes that apply: + +- [ ] **Bug fix** (non-breaking change which fixes an issue) +- [ ] **New feature** (non-breaking change which adds functionality) +- [ ] **Breaking change** (fix or feature that would cause existing functionality to not work as expected) +- [ ] **Documentation update** (non-breaking change; modified files are limited to the documentations) +- [ ] **Technical debt** (a code change that does not fix a bug or add a feature but makes something clearer for devs) +- [ ] **Other** (provide details below) + +## Checklist + +Please put an `x` in the boxes that apply: + +- [ ] I have read the [CONTRIBUTING](https://github.com/JaKooLit/Arch-Hyprland/blob/main/CONTRIBUTING.md) document. +- [ ] My code follows the code style of this project. +- [ ] My commit message follows the [commit guidelines](https://github.com/JaKooLit/Arch-Hyprland/blob/main/CONTRIBUTING.md#git-commit-messages). +- [ ] My change requires a change to the documentation. +- [ ] I want to add something in Arch-Hyprland wiki. +- [ ] I have added tests to cover my changes. +- [ ] I have tested my code locally and it works as expected. +- [ ] All new and existing tests passed. + +## Screenshots + +(if appropriate) + +## Additional context + +Add any other context about the problem here. diff --git a/COMMIT_MESSAGE_GUIDELINES.md b/COMMIT_MESSAGE_GUIDELINES.md new file mode 100644 index 0000000..642335c --- /dev/null +++ b/COMMIT_MESSAGE_GUIDELINES.md @@ -0,0 +1,149 @@ +# Commit Message Guidelines + +A good commit message should be descriptive and provide context about the changes made. This makes it easier to understand and review the changes in the future. + +Here are some guidelines for writing descriptive commit messages: + +- Start with a short summary of the changes made in the commit. + +- Use imperative mood for the summary, as if you're giving a command. For example, "Add feature" instead of "Added feature". + +- Provide additional details in the commit message body, if necessary. This could include the reason for the change, the impact of the change, or any dependencies that were introduced or removed. + +- Keep the message within 72 characters per line to ensure that it's easy to read in Git log output. + +Examples of good commit messages: + +- "Add authentication feature for user login" +- "Fix bug causing application to crash on startup" +- "Update documentation for API endpoints" + +Remember, writing descriptive commit messages can save time and frustration in the future, and help others understand the changes made to the codebase. + +## Commit Message Types + +Here's a more comprehensive list of commit types that you can use: + +`feat`: Adding a new feature to the project + +```markdown +feat: Add multi-image upload support +``` + +`fix`: Fixing a bug or issue in the project + +```markdown +fix: Fix bug causing application to crash on startup +``` + +`docs`: Updating documentation in the project + +```markdown +docs: Update documentation for API endpoints +``` + +`style`: Making cosmetic or style changes to the project (such as changing colors or formatting code) + +```markdown +style: Update colors and formatting +``` + +`refactor`: Making code changes that don't affect the behavior of the project, but improve its quality or maintainability + +```markdown +refactor: Remove unused code +``` + +`test`: Adding or modifying tests for the project + +```markdown +test: Add tests for new feature +``` + +`chore`: Making changes to the project that don't fit into any other category, such as updating dependencies or configuring the build system + +```markdown +chore: Update dependencies +``` + +`perf`: Improving performance of the project + +```markdown +perf: Improve performance of image processing +``` + +`security`: Addressing security issues in the project + +```markdown +security: Update dependencies to address security issues +``` + +`merge`: Merging branches in the project + +```markdown +merge: Merge branch 'feature/branch-name' into develop +``` + +`revert`: Reverting a previous commit + +```markdown +revert: Revert "Add feature" +``` + +`build`: Making changes to the build system or dependencies of the project + +```markdown +build: Update dependencies +``` + +`ci`: Making changes to the continuous integration (CI) system for the project + +```markdown +ci: Update CI configuration +``` + +`config`: Making changes to configuration files for the project + +```markdown +config: Update configuration files +``` + +`deploy`: Making changes to the deployment process for the project + +```markdown +deploy: Update deployment scripts +``` + +`init`: Creating or initializing a new repository or project + +```markdown +init: Initialize project +``` + +`move`: Moving files or directories within the project + +```markdown +move: Move files to new directory +``` + +`rename`: Renaming files or directories within the project + +```markdown +rename: Rename files +``` + +`remove`: Removing files or directories from the project + +```markdown +remove: Remove files +``` + +`update`: Updating code, dependencies, or other components of the project + +```markdown +update: Update code +``` + +These are just some examples, and you can create your own custom commit types as well. However, it's important to use them consistently and write clear, descriptive commit messages to make it easy for others to understand the changes you've made. + +**Important:** If you are planning to use a custom commit message type other than the ones listed above, make sure to add it to this list so that others can understand it as well. Create a pull request to add it to this file. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..8356561 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,70 @@ +# Contributing to Community Standards + +Thank you for your interest in contributing to Community Standards! We welcome any contributions, including bug fixes, feature enhancements, documentation improvements, and other general improvements. + +## Getting Started + +1. Fork the branch development repository to your GitHub account. This will create a copy of this repository in your account. You can make changes to this copy without affecting the original repository. + - For fork this repository, click the **Fork** button in the top right corner of this page or click [here](https://github.com/JaKooLit/Arch-Hyprland/fork). + - Make sure to uncheck the Copy the `main` branch only. This will copy the development branch and other branches (if any) + +2. Clone your forked repository to your local machine. + + - Use the following command to clone your forked repository to your local machine. + + ```bash + git clone --depth=1 -b development https://github.com/JaKooLit/Arch-Hyprland.git + ``` + +3. Create a new branch for your changes. + + - For example, to create a new branch named `your-branch-name`, use the following command. + + ```bash + git checkout -b your-branch-name + ``` + +4. Make your changes and commit them with a descriptive commit message. + + - For example, to commit your changes, use the following command and make sure to follow the [commit message guidelines](https://github.com/JaKooLit/Arch-Hyprland/blob/main/COMMIT_MESSAGE_GUIDELINES.md). + + ```bash + git commit -m "feat: add a new feature" + ``` + +5. Push your changes to your forked repository. + + - For example, to push your changes to your forked repository, use the following command. + + ```bash + git push origin your-branch-name + ``` + +6. Submit a **pull request** to the development branch repository. + - For example, to create a pull request, use the following steps. + 1. Go to your forked repository. + 2. Click the **Compare & pull request** button next to your `your-branch-name` branch. + 3. Add a title and description for your pull request. + 4. Click **Create pull request** and remember to add the relevant labels with using the [pull request template](https://github.com/JaKooLit/Arch-Hyprland/blob/main/.github/PULL_REQUEST_TEMPLATE.md). + +## Guidelines + +- Follow the code style of the project. +- Update the **documentation** if necessary. +- Add tests if applicable. +- Make sure all tests pass or fully tested before submitting your changes. +- Keep your pull request focused and avoid including unrelated changes. +- Remember to follow the following files before submitting your changes. + - [bug_report.md](https://github.com/JaKooLit/Arch-Hyprland/blob/main/.github/ISSUE_TEMPLATE/bug_report.md) - Use this template to create a report to help us improve. + - [feature_request.md](https://github.com/JaKooLit/Arch-Hyprland/blob/main/.github/ISSUE_TEMPLATE/feature_request.md) - Use this template to suggest a feature for this project. + - [documentation_update.md](https://github.com/JaKooLit/Arch-Hyprland/blob/main/.github/ISSUE_TEMPLATE/documentation_update.md) - Use this template to propose a change to the documentation. + - [custom.md](https://github.comJaKooLit/Arch-Hyprland/blob/main/.github/ISSUE_TEMPLATE/custom.md) - Use this template to submit a custom issue. + - [PULL_REQUEST_TEMPLATE.md](https://github.com/JaKooLit/Arch-Hyprland/blob/main/.github/PULL_REQUEST_TEMPLATE.md) - Use this template to submit a pull request. + - [COMMIT_MESSAGE_GUIDELINES.md](https://github.com/JaKooLit/Arch-Hyprland/blob/main/COMMIT_MESSAGE_GUIDELINES.md) - Read this file to learn about the commit message guidelines. + - [CONTRIBUTING.md](https://github.com/JaKooLit/Arch-Hyprland/blob/main/CONTRIBUTING.md) - Read this file to learn about the contributing guidelines. + - [LICENSE](https://github.com/JaKooLit/Arch-Hyprland/blob/main/LICENSE.md) - Read this file to learn about the license. + - [README.md](https://github.com/JaKooLit/Arch-Hyprland/blob/main/README.md) - Read this file to learn about the project. + +## Contact + +If you have any questions, feel free to contact via [GitHub Discussions](https://github.com/JaKooLit/Arch-Hyprland/discussions) or [Through Discord Server](https://discord.gg/V2SJ92vbEN) From 382b9d6d37de8937baadd274fcbf6947f75d4f0f Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 6 Jan 2024 02:20:03 +0900 Subject: [PATCH 2/9] Added guidelines for PR, and Reporting, etc --- CHANGELOGS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 1352352..bb45ed1 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,10 @@ ## Changelogs +## 05 Jan 2024 +- Added a preset feature +- Added templates for contributing, and reporting, etc + + ## 01 Jan 2024 - Re-coded complete and test - Added to spice up pacman.conf including adding of ILoveCandy on it :) From 376cd5ddb7b24a4e82fdea650e11074462c56fd3 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 6 Jan 2024 02:25:45 +0900 Subject: [PATCH 3/9] corrected custom link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8356561..cb85810 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ Thank you for your interest in contributing to Community Standards! We welcome a - [bug_report.md](https://github.com/JaKooLit/Arch-Hyprland/blob/main/.github/ISSUE_TEMPLATE/bug_report.md) - Use this template to create a report to help us improve. - [feature_request.md](https://github.com/JaKooLit/Arch-Hyprland/blob/main/.github/ISSUE_TEMPLATE/feature_request.md) - Use this template to suggest a feature for this project. - [documentation_update.md](https://github.com/JaKooLit/Arch-Hyprland/blob/main/.github/ISSUE_TEMPLATE/documentation_update.md) - Use this template to propose a change to the documentation. - - [custom.md](https://github.comJaKooLit/Arch-Hyprland/blob/main/.github/ISSUE_TEMPLATE/custom.md) - Use this template to submit a custom issue. + - [custom.md](https://github.com/JaKooLit/Arch-Hyprland/blob/main/.github/ISSUE_TEMPLATE/custom.md) - Use this template to submit a custom issue. - [PULL_REQUEST_TEMPLATE.md](https://github.com/JaKooLit/Arch-Hyprland/blob/main/.github/PULL_REQUEST_TEMPLATE.md) - Use this template to submit a pull request. - [COMMIT_MESSAGE_GUIDELINES.md](https://github.com/JaKooLit/Arch-Hyprland/blob/main/COMMIT_MESSAGE_GUIDELINES.md) - Read this file to learn about the commit message guidelines. - [CONTRIBUTING.md](https://github.com/JaKooLit/Arch-Hyprland/blob/main/CONTRIBUTING.md) - Read this file to learn about the contributing guidelines. From e8773551c2814b56539b371658b63bdcf1164026 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 6 Jan 2024 22:01:12 +0900 Subject: [PATCH 4/9] some small corrections on the typo parts --- preset.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/preset.sh b/preset.sh index 9d30a1c..51ee8f0 100644 --- a/preset.sh +++ b/preset.sh @@ -18,7 +18,7 @@ gtk_themes="Y" bluetooth="Y" ###-Do you want to install Thunar file manager? thunar="Y" -###-Do you want to install Thunar file manager? +###-Install & configure SDDM log-in Manager plus (OPTIONAL) SDDM Theme? sddm="Y" ###-Install XDG-DESKTOP-PORTAL-HYPRLAND? (For proper Screen Share ie OBS) xdph="Y" @@ -29,18 +29,20 @@ rog="N" ###-Do you want to download pre-configured Hyprland dotfiles? dots="Y" +### These are the sub-questions of the above choices ### Would you like to blacklist nouveau? (y/n) blacklist_nouveau="Y" -### Do you want to upgrade to the latest version? (y/n): -upgrade_choice="Y" +### XDG-desktop-portal-KDE & GNOME (if installed) should be manually disabled or removed! Script cant remove nor disable it. ### Would you like to try to remove other XDG-Desktop-Portal-Implementations? (y/n) XDPH1="Y" ### SDDM is already installed. Would you like to manually install sddm-git to remove it? This requires manual intervention. (y/n) manual_install_sddm="N" ### OPTIONAL - Would you like to install SDDM themes? (y/n) install_sddm_theme="Y" -### " This script will add or remove your user from the 'input' group." +### " This script will add your user to the 'input' group." ### " Please note that adding yourself to the 'input' group might be necessary for waybar keyboard-state functionality." input_group_choid="Y" ### OPTIONAL - Do you want to add Pokemon color scripts? (y/n): pokemon_choice="Y" +### Do you want to upgrade to the latest version? (y/n) - This is for the dotfiles +upgrade_choice="Y" \ No newline at end of file From 93218e0ff7f0e9990b78c7e8d730a33a71f29b42 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 7 Jan 2024 01:07:40 +0900 Subject: [PATCH 5/9] Readme updated regarding 470 nvidia drivers --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ac471cf..078b68e 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,9 @@ log into your account - more info from the hyprland wiki [`Hyprland Wiki Link`](https://wiki.hyprland.org/FAQ/#my-external-monitor-is-blank--doesnt-render--receives-no-signal-laptop) +#### 🫥 Improving performance for Older Nvidia Cards using driver 470 + - [`SEE HERE`](https://github.com/JaKooLit/Hyprland-Dots/discussions/123#discussion-6035205) + #### 📒 Final Notes - join my discord channel [`Discord`](https://discord.gg/V2SJ92vbEN) - Feel free to copy, re-distribute, and use this script however you want. Would appreciate if you give me some loves by crediting my work :) From 0258e4f12819b14e28d83bc0b6c36080f114ca99 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Thu, 11 Jan 2024 14:00:28 +0000 Subject: [PATCH 6/9] Update CHANGELOGS.md --- CHANGELOGS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index bb45ed1..26e89c1 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,8 @@ ## Changelogs +## 11 Jan 2024 +- dropped wlsunset + ## 05 Jan 2024 - Added a preset feature - Added templates for contributing, and reporting, etc From 0ff82e27816baeda4fb5c054ed1946d4204a1940 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Thu, 11 Jan 2024 14:03:06 +0000 Subject: [PATCH 7/9] Update CHANGELOGS.md --- CHANGELOGS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 26e89c1..aef2f58 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -7,7 +7,6 @@ - Added a preset feature - Added templates for contributing, and reporting, etc - ## 01 Jan 2024 - Re-coded complete and test - Added to spice up pacman.conf including adding of ILoveCandy on it :) From 198b3e95eb0fee9f9f27ad47402aa2cc4e646440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Baconnier?= Date: Thu, 7 Mar 2024 20:54:24 +0100 Subject: [PATCH 8/9] Prevent infinte loop when prompting for SDDM themes --- install-scripts/sddm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-scripts/sddm.sh b/install-scripts/sddm.sh index 13b7637..77fb931 100755 --- a/install-scripts/sddm.sh +++ b/install-scripts/sddm.sh @@ -96,6 +96,7 @@ while [ "$valid_input" != true ]; do valid_input=true else printf "\n%s - Invalid input. Please enter 'y' for Yes or 'n' for No.\n" "${ERROR}" 2>&1 | tee -a "$LOG" + install_sddm_theme="" fi done From 1a09f27e8cf3e875a0b1bd68332ce109e61d053c Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 20 Apr 2024 11:16:17 +0900 Subject: [PATCH 9/9] updated changed oh my zsh default theme to xiong-chiamiov-plus --- CHANGELOGS.md | 3 +++ assets/.zshrc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index f479fcc..7a8e329 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,8 @@ ## Changelogs +## 20 Apr 2024 +- Change default Oh-my-zsh theme to xiong-chiamiov-plus + ## 1 Mar 2024 - replaced sddm-git with sddm diff --git a/assets/.zshrc b/assets/.zshrc index 0cc0d55..da84ee3 100644 --- a/assets/.zshrc +++ b/assets/.zshrc @@ -3,7 +3,7 @@ export ZSH="$HOME/.oh-my-zsh" -ZSH_THEME="agnoster" +ZSH_THEME="xiong-chiamiov-plus" plugins=( git