https://github.com/inkohx/dotfiles.xubuntu
My dotfiles for xubuntu
https://github.com/inkohx/dotfiles.xubuntu
chezmoi dotfiles xubuntu
Last synced: 3 months ago
JSON representation
My dotfiles for xubuntu
- Host: GitHub
- URL: https://github.com/inkohx/dotfiles.xubuntu
- Owner: InkoHX
- Created: 2024-02-16T16:00:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T16:03:50.000Z (about 1 year ago)
- Last Synced: 2025-01-14T00:44:10.554Z (4 months ago)
- Topics: chezmoi, dotfiles, xubuntu
- Language: Lua
- Homepage:
- Size: 428 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles for xubuntu

私のxubuntu用構成ファイル([InkoHX/dotfiles.archlinux](https://github.com/InkoHX/dotfiles)をベースにしています)
## 概要
**chezmoi**を使用して構成ファイルを管理しています。
- シェルは**zsh**を使用
- プラグインなどの管理は**Sheldon**を使用
- 遅延読み込み対応
- プロンプトは**Starship**を使ってカスタマイズ
- 補完機能強化に**Carapace**を使用
- ターミナルは**WezTerm**を使用
- フォントは**Moralerspace**を採用
- 入力メソッドは**Fcitx5 & Mozc**を使用
- 機密情報の管理には**Bitwarden**を使用
- SSHの設定ファイルや秘密鍵
- WakaTimeのAPIキー
- ツールチェーンの管理には**proto**を使用
- Rust
- Node.js
- npm
- pnpm
- Bun
- Deno## 必要なもの
### 必須
- `fcitx5`
- `fcitx5-mozc`
- `proto`
- `zsh`
- `starship`
- `git`
- `git-delta`
- `carapace-bin`
- `sheldon`
- Firefox Developer Edition### オプション
- `btop`
## 使い方
```bash
$ bw login && bw sync
$ export BW_SESSION=$(bw unlock --raw)
$ chezmoi inti InkoHX/dotfiles.xubuntu
```