Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wushenrong/dotfiles
My dotfiles for cli, managed by https://chezmoi.io.
https://github.com/wushenrong/dotfiles
chezmoi dotfiles neovim-configuration tmux-configuration vim-configuration zsh-configuration
Last synced: 2 days ago
JSON representation
My dotfiles for cli, managed by https://chezmoi.io.
- Host: GitHub
- URL: https://github.com/wushenrong/dotfiles
- Owner: wushenrong
- Created: 2024-10-23T18:43:56.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T22:19:14.000Z (7 days ago)
- Last Synced: 2024-12-14T22:27:09.768Z (7 days ago)
- Topics: chezmoi, dotfiles, neovim-configuration, tmux-configuration, vim-configuration, zsh-configuration
- Language: Shell
- Homepage:
- Size: 98.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/0BSD.txt
Awesome Lists containing this project
README
# dotfiles
My actual configuration for Linux and Windows, managed by
[chezmoi](https://chezmoi.io).## Configurations
This repository contains configuration for:
- Chezmoi
- Bat
- Fastfetch
- Git
- Kitty
- Lazygit
- Nano
- Glow
- Ripgrep
- Tmux
- ZshAll inside the default `XDG_CONFIG_HOME` directory, `~/.config`.
The `etc` folder contains some configuration for running OpenSSH.
## Installing The Configuration
First install [chezmoi](https://chezmoi.io/install) and run the following
commands:```bash
# Download the config and initialize chezmoi to use this config
chezmoi init wushenrong
# Apply the config
chezmoi apply
```## License
This most of the configuration is licensed under the BSD Zero Clause License
using [SPDX](https://spdx.dev) expressions. Except for external git modules
which are under their own licenses. The Zsh configuration is based on the
[antidote sample configuration][antidote], which is under the MIT License. And
the `VSCode_Dark` theme for Kitty by huabeiyou which is the MIT License. Check
for SPDX expressions for which license the configuration is under.[lazyvim]: https://github.com/LazyVim/starter
[antidote]: https://github.com/getantidote/zdotdir