Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Hiratake/dotfiles
π Hiratake Dotfiles
https://github.com/Hiratake/dotfiles
chezmoi dotfiles ubuntu wsl
Last synced: 22 days ago
JSON representation
π Hiratake Dotfiles
- Host: GitHub
- URL: https://github.com/Hiratake/dotfiles
- Owner: Hiratake
- License: mit
- Created: 2021-05-16T02:02:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-16T14:38:57.000Z (about 1 year ago)
- Last Synced: 2024-07-30T21:04:42.232Z (4 months 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
[![CI](https://github.com/Hiratake/dotfiles/actions/workflows/ci.yml/badge.svg)](https://github.com/Hiratake/dotfiles/actions/workflows/ci.yml)
[![Misskey](https://img.shields.io/badge/Misskey-@Hiratake-green?logo=misskey)](https://misskey.io/@Hiratake)
[![coffee](https://img.shields.io/badge/coffee-hiratake-yellow?logo=buymeacoffee)](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**.![VSCode dotfiles setting example](https://user-images.githubusercontent.com/23224932/230699202-23d71271-4504-4f4a-a8a5-170091c16fbb.png)
## π‘ 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)