https://github.com/Hiratake/dotfiles
π Hiratake Dotfiles
https://github.com/Hiratake/dotfiles
chezmoi dotfiles ubuntu wsl
Last synced: over 1 year ago
JSON representation
π Hiratake Dotfiles
- Host: GitHub
- URL: https://github.com/Hiratake/dotfiles
- Owner: Hiratake
- License: mit
- Created: 2021-05-16T02:02:36.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-16T14:38:57.000Z (almost 3 years ago)
- Last Synced: 2024-07-30T21:04:42.232Z (almost 2 years ago)
- Topics: chezmoi, dotfiles, ubuntu, wsl
- Language: Shell
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# πdotfiles
[](https://github.com/Hiratake/dotfiles/actions/workflows/ci.yml)
[](https://misskey.io/@Hiratake)
[](https://www.buymeacoffee.com/hiratake)
Hiratake dotfiles for [Ubuntu on WSL](https://ubuntu.com/wsl) and [macOS](https://www.apple.com/macos/).
This dotfiles managed with [chezmoi](https://www.chezmoi.io/) π
## π Getting started
Run the following command in your terminal:
```sh
sh -c "$(wget -qO- get.chezmoi.io)" -- init --apply Hiratake
```
> π‘ If you use curl, run the following command:
> ```
> sh -c "$(curl -fsSL get.chezmoi.io)" -- init --apply Hiratake
> ```
### VSCode Dev Containers
For use with VSCode Dev Containers:
1. Install [Dev Containers Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) and [Docker](https://www.docker.com/).
2. Open the settings in VSCode.
3. Search for **"dotfiles"**, and write `Hiratake/dotfiles` in the entry named **Dotfiles: Repository**.

## π‘ Fonts
This dotfiles uses the Zsh theme [Powerlevel10k](https://github.com/romkatv/powerlevel10k), so it requires you to install a font on your host machine with support for the [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts) glyphs. I recommend the [Meslo Nerd Font](https://github.com/romkatv/powerlevel10k#fonts).
## π‘ Inspirations
- [GitHub does dotfiles](https://dotfiles.github.io/)
- [GitHub: Felipe Santos' dotfiles](https://github.com/felipecrs/dotfiles)
- [GitHub: Cross-platform, cross-shell dotfiles](https://github.com/renemarc/dotfiles)