https://github.com/jezerm/dotfiles
My dotfiles
https://github.com/jezerm/dotfiles
awesomewm dotfiles gruvbox linux
Last synced: 4 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/jezerm/dotfiles
- Owner: JezerM
- Created: 2021-04-11T00:16:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-27T07:37:48.000Z (6 months ago)
- Last Synced: 2025-05-20T15:11:29.482Z (5 months ago)
- Topics: awesomewm, dotfiles, gruvbox, linux
- Language: Lua
- Homepage:
- Size: 25.1 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My dotfiles
These are my dotfiles.
> For previous dotfiles, using AwesomeWM, use `awesome` branch
## Dependencies
| Dependency | Required | Description |
| :----------------------------: | :----------------: | :----------------------------: |
| [stow][stow] | :heavy_check_mark: | Symlink farm manager |
| [Alacritty][alacritty] | :heavy_check_mark: | A fast terminal emulator |
| [Neovim][nvim] | :heavy_check_mark: | Nice editor |
| [zsh][zsh] with [zinit][zinit] | | Z shell and ZSH plugin manager |
| [zoxide][zoxide] | | A smarter cd command |
| [fzf][fzf] | | A command-line fuzzy finder |
| [vivid][vivid] | | LS_COLORS generator |## Install
Inside $HOME directory, use:
```sh
git clone --recursive https://github.com/JezerM/dotfiles
cd dotfiles
stow --dotfiles .
```### macOS
To install macOS packages with Homebrew, run:
```sh
brew bundle
```[alacritty]: https://github.com/alacritty/alacritty
[nvim]: https://github.com/neovim/neovim
[zsh]: https://www.zsh.org/
[zinit]: https://github.com/zdharma-continuum/zinit
[zoxide]: https://github.com/ajeetdsouza/zoxide
[fzf]: https://github.com/junegunn/fzf
[stow]: https://www.gnu.org/software/stow/manual/
[vivid]: https://github.com/sharkdp/vivid