Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bendyworks/dotfiles
The Bendyworks dotfiles, managed by chezmoi
https://github.com/bendyworks/dotfiles
Last synced: 28 days ago
JSON representation
The Bendyworks dotfiles, managed by chezmoi
- Host: GitHub
- URL: https://github.com/bendyworks/dotfiles
- Owner: bendyworks
- Created: 2022-05-09T20:53:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T16:50:38.000Z (8 months ago)
- Last Synced: 2024-05-04T17:38:24.794Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bendyworks Dotfiles
## Installation
**NOTE:** These dotfiles are
1. Install [homebrew](https://brew.sh/)
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```2. Install [oh-my-zsh](https://ohmyz.sh/#install)
```shell
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```3. Install [chezmoi](https://www.chezmoi.io/user-guide/setup/)
```shell
brew install chezmoi
```4. Install powerlevel10k Fonts
https://github.com/romkatv/powerlevel10k#meslo-nerd-font-patched-for-powerlevel10k
**NOTE:** powerlevel10k itself is included as a submodule of our dotfile5. Configure dotfiles
```shell
chezmoi init https://github.com/bendyworks/dotfiles.git
```6. Configure Powerlevel10k
```shell
p10k configure
```### Updating
1. check the `.chezmoiexternal.toml` file
1. update the powerlevel10k version to the latest version
2. Update Externals```shell
chezmoi --refresh-externals apply
```