diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-03-21 10:00:42 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-21 10:00:42 +0900 |
| commit | 3c14e28d49e48f0a34863e26a0bfc905dc3f4e10 (patch) | |
| tree | a327f82a34d13768cb7cf5d0a3d9893cc61c3ea3 | |
| parent | 2d927892e5354abb14b9738d895b7084452886e2 (diff) | |
| parent | af7c7389f9bdb6f8da83bd51e261ed00106eea1f (diff) | |
Merge pull request #639 from JaKooLit/main-to-dev
main to development
| -rw-r--r-- | README.jp.md | 69 | ||||
| -rw-r--r-- | README.md | 10 |
2 files changed, 43 insertions, 36 deletions
diff --git a/README.jp.md b/README.jp.md index 7f5425da..f963cb58 100644 --- a/README.jp.md +++ b/README.jp.md @@ -39,22 +39,29 @@ https://github.com/user-attachments/assets/49bc12b2-abaf-45de-a21c-67aacd9bb872 </div> ### 📹 動画による説明 + - ページの下部へ ### 🎞️ AGS概要デモ + - 概要が気になる場合は、こちらにAGS概要の短いデモがあります [Youtube リンク](https://youtu.be/zY5SLNPBJTs) </details> --- + [](https://git.io/typing-svg) + ### 🚩 🏁 自動化された Distro-Hyprland のインストールスクリプトのクローンと起動 🇵🇭 + - 重要:これを動作させるには、`curl` パッケージが必要です。 ```bash sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hyprland.sh) ``` + - Fish などの非 POSIX 準拠のシェルを使用している場合 + ```bash curl -sL https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hyprland.sh | bash ``` @@ -62,8 +69,8 @@ curl -sL https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hy - 上記のコマンドを使用して、Distro-Hyprland のインストールスクリプトを自動的にクローンできます。 - インストールスクリプトをクローンし、`install.sh` を実行します😎 - ### 👁️🗨️ 私の Hyprland のインストールスクリプト 👁️🗨️ + - 選択したディストロ向けの自動化された Hyprland スクリプトです。これらの設定をインストールするオプションを選択した場合、対応する dotfiles を取得します。 - [Arch-Linux](https://github.com/JaKooLit/Arch-Hyprland) @@ -79,112 +86,127 @@ curl -sL https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hy - [Ubuntu 24.04 LTS](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.04) - [Ubuntu 24.10](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.10) - [Ubuntu 25.04 - (ALPHA STAGE)](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/25.04) + --- ### 🪧 注意 🪧 + - このリポジトリにはパッケージは含まれておらず、インストールもされません。含まれているのは、あらかじめ設定された Hyprland の設定ファイルや dotfiles のみです。 - 必要なパッケージについてはインストールスクリプトを参照してください。ただし、少なくとも Hyprland のパッケージは必須です 😏😏😏 - このリポジトリは、上記の Distro-Hyprland インストールスクリプトによって、プリセットの dotfiles をダウンロードするオプションを選択した場合に取得されます。 ### 👀 スクリーンショット 👀 + - すべてのスクリーンショットはここにまとめられています。 [スクリーンショット](https://github.com/JaKooLit/screenshots/tree/main/Hyprland-ScreenShots) ### 📦 変更点 -- 変更を簡単に追跡できるよう、[変更ログ](https://github.com/JaKooLit/Hyprland-Dots/wiki/Changelogs) 変更が注目に値する場合はスクリーンショットも含めます! + +- 変更を簡単に追跡できるよう、[変更ログ](https://github.com/JaKooLit/Hyprland-Dots/wiki/Changelogs) 変更が注目に値する場合はスクリーンショットも含めます! > [注意!] > デフォルトでは、Kools Dots はスケーリングなしの 2K (1440p) ディスプレイ向けに調整・設定されています。 ### 💥 コピー / インストール / アップデート手順 💥 + - [`ここに詳細を記載しています`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update) -> [注意!] -> 自動コピーのスクリプトである "copy.sh" は、コピー対象のディレクトリをバックアップします。しかし、スクリプトがバックアップに失敗する可能性もあるため、手動でバックアップを取るのも良い考えです! + > [注意!] + > 自動コピーのスクリプトである "copy.sh" は、コピー対象のディレクトリをバックアップします。しかし、スクリプトがバックアップに失敗する可能性もあるため、手動でバックアップを取るのも良い考えです! - このリポジトリを git でクローンし、ディレクトリを移動して、実行可能にした後、スクリプトを実行してください。 > Master ブランチからダウンロードする場合 + ```bash git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git cd Hyprland-Dots ``` > 開発ブランチ(Development)からダウンロードする場合(開発およびテスト用) + ```bash git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git -b development cd Hyprland-Dots ``` - プリセット dotfiles の自動コピー/インストール(更新推奨) + ```bash chmod +x copy.sh ./copy.sh ``` - リリース版(Stable)からコピー/インストール(メインより 1 バージョン古い点に注意) + ```bash chmod +x release.sh ./release.sh ``` - UPGRADE.sh の関数について -> [重要!] -> これを動作させるには rsync が必要です。 -> この機能を使用する前に、KooL's Hyprland が既に動作している必要があります。 + > [重要!] + > これを動作させるには rsync が必要です。 + > この機能を使用する前に、KooL's Hyprland が既に動作している必要があります。 + ```bash chmod +x upgrade.sh ./upgrade.sh ``` ## ❗❗❗ DEBIAN および UBUNTU ユーザーへの注意! -- KooL Hyprland の dotfiles 更新に関するメッセージが大量に届いています。 [`WIKI`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update)に大きく注意書きを記載しました。 +- KooL Hyprland の dotfiles 更新に関するメッセージが大量に届いています。 [`WIKI`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update)に大きく注意書きを記載しました。 #### ⚠️⚠️⚠️ スクリプトによって作成されたバックアップについての注意 + > [超重要!] > copy.sh、release.sh、そして upgrade.sh もバックアップを作成します! > $HOME/.config の内容を手動で確認してください。 > 不要なバックアップは手動で削除してください。 #### 🛎️ 壁紙に関するちょっとした注意 -- デフォルトでは、ダークとライト各 1 枚+3 枚の壁紙のみがコピーされます。追加の壁紙をダウンロードするオプションが提供されます。追加の壁紙は[`THIS`](https://github.com/JaKooLit/Wallpaper-Bank/tree/main/wallpapers) リンクからプレビュー/確認できます。 +- デフォルトでは、ダークとライト各 1 枚+3 枚の壁紙のみがコピーされます。追加の壁紙をダウンロードするオプションが提供されます。追加の壁紙は[`THIS`](https://github.com/JaKooLit/Wallpaper-Bank/tree/main/wallpapers) リンクからプレビュー/確認できます。 #### ⚠️⚠️⚠️これらの dotfiles をコピー / インストールした後の必須事項 -+ SUPER + W を押して壁紙を設定してください。これにより、Waybar、Kitty(TTY)、Rofi のテーマ用に Wallust を初期化できます。ただし、copy.sh または release.sh を使用した場合は、初期壁紙がプリセットされているため、この手順は不要です。 -+ NVIDIA の所有者へ。`~/.config/hypr/UserConfigs/ENVariables.conf`を編集してください(強く推奨)。 -- NVIDIA の所有者とユーザーへ。 インsトール後に [`THIS`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users)を確認してください。 +- SUPER + W を押して壁紙を設定してください。これにより、Waybar、Kitty(TTY)、Rofi のテーマ用に Wallust を初期化できます。ただし、copy.sh または release.sh を使用した場合は、初期壁紙がプリセットされているため、この手順は不要です。 -+ 既に独自のキー設定やモニター設定を行っている場合は、ログアウトや再起動前に作成されたバックアップからコピーしてください。(推奨) +- NVIDIA の所有者へ。`~/.config/hypr/UserConfigs/ENVariables.conf`を編集してください(強く推奨)。 +* NVIDIA の所有者とユーザーへ。 インsトール後に [`THIS`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users)を確認してください。 + +- 既に独自のキー設定やモニター設定を行っている場合は、ログアウトや再起動前に作成されたバックアップからコピーしてください。(推奨) #### 📖 既知の問題と可能な解決策 -- こちらのページを確認してください: [FAQ](https://github.com/JaKooLit/Hyprland-Dots/wiki/FAQ) & [UNSOLVED ISSUES](https://github.com/JaKooLit/Hyprland-Dots/wiki/Known_Issues) +- こちらのページを確認してください: [FAQ](https://github.com/JaKooLit/Hyprland-Dots/wiki/FAQ) & [UNSOLVED ISSUES](https://github.com/JaKooLit/Hyprland-Dots/wiki/Known_Issues) #### 🙋 質問対応 ⁉️ + - FAQ! はい、これらの dotfiles は他のディストロでも使用できます!ただし、適切なパッケージを事前にインストールしてください!安心できるなら、私も Gentoo で同じ設定を使っています :) - クイックヒント! Waybar モジュールの HINT! をクリックしてください。 (Waybar のデフォルトレイアウトおよび Simple-L [TOP] レイアウトでのみ利用可能)。キーバインドの `SUPER H`でも起動できます。 - さらに質問がありますか? こちらをクリックして [WIKI](https://github.com/JaKooLit/Hyprland-Dots/wiki/)を参照してください。 - 旧設定が欲しい場合, すべて "Archive" リポジトリにまとめています。詳しくは[HERE](https://github.com/JaKooLit/Hyprland-Dots-releases-Archive)をご覧ください。 #### ⌨ キーバインド + - キーバインドの説明はこちら: [`CLICK`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Keybinds) #### 🙏 スペシャルリクエスト + - dotfilesや設定の改善がある場合改善のためのPRをぜひ送ってください!私も皆さんと同じように学んでいるので、改善は大歓迎です! - Waybar のスタイル(新しいパネルスタイルは微調整が必要)→ ご協力をお願いできますか?🙏 - #### 🤷♂️ TO DO! + - [ ] dotfiles の微調整 - 🚧 常に改善中 - ~~[ ] Starship に切り替えるかも?(ただし、oh-my-zsh に比べてテーマが少ない)~~ → 今のところ予定なし - #### 🔮 Discord サーバー -- ぜひ [Discord](https://discord.com/invite/kool-tech-world)に参加してください! +- ぜひ [Discord](https://discord.com/invite/kool-tech-world)に参加してください! ### 💖 サポート + - GitHub のリポジトリにスターを付けてもらえると嬉しいです 🌟 - YouTube チャンネル登録もよろしく!→ [YouTube](https://www.youtube.com/@Ja.KooLit) @@ -198,18 +220,11 @@ chmod +x upgrade.sh [](https://www.buymeacoffee.com/JaKooLit) また、BTC での寄付も可能です + > 1N3MeV2dsX6gQB42HXU6MF2hAix1mqjo8i  +## 🫰 スターありがとう 🩷 - -## 🫰 スターありがとう 🩷 - -<a href="https://star-history.com/#JaKooLit/Hyprland-Dots&Date"> - <picture> - <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=JaKooLit/Hyprland-Dots&type=Date&theme=dark" /> - <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=JaKooLit/Hyprland-Dots&type=Date" /> - <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=JaKooLit/Hyprland-Dots&type=Date" /> - </picture> -</a> +[](https://starchart.cc/JaKooLit/Hyprland-Dots) @@ -205,12 +205,4 @@ Or you can donate cryto on my btc wallet :) ## 🫰 Thank you for the stars 🩷 - -<a href="https://star-history.com/#JaKooLit/Hyprland-Dots&Date"> - <picture> - <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=JaKooLit/Hyprland-Dots&type=Date&theme=dark" /> - <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=JaKooLit/Hyprland-Dots&type=Date" /> - <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=JaKooLit/Hyprland-Dots&type=Date" /> - </picture> -</a> - +[](https://starchart.cc/JaKooLit/Hyprland-Dots) |
