Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feiyoug/dotfiles
Git repository managing all my dotfiles
https://github.com/feiyoug/dotfiles
dotfiles kitty neovim tmux zsh
Last synced: 15 days ago
JSON representation
Git repository managing all my dotfiles
- Host: GitHub
- URL: https://github.com/feiyoug/dotfiles
- Owner: FeiyouG
- License: mit
- Created: 2022-03-04T22:52:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T04:32:22.000Z (4 months ago)
- Last Synced: 2024-06-26T05:38:01.668Z (4 months ago)
- Topics: dotfiles, kitty, neovim, tmux, zsh
- Language: Lua
- Homepage:
- Size: 773 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Feiyou's dotfiles
- [Usage](#usage)
- [License](#license)The structure of this repository
is inspired by [Alex Pearce](https://alexpearce.me/2016/02/managing-dotfiles-with-stow/)
and [Abdullah Khabir](https://abdullah.today/encrypted-dotfiles/).## Usage
1. [Install Homebrew](https://brew.sh)
- Don't forget to add
`eval "$(/opt/homebrew/bin/brew shellenv)`
to your `$HOME/.zshrc`
1. Clone this repository into your `$HOME` folder.
```shell
$ git clone [email protected]:gfeiyou/dotfiles.git $HOME/.dotfiles
$ cd $HOME/.dotfiles
```
1. Install tools from Brewfile (stow, tmux, nvim, ...)
```shell
brew bundle
```
1. Stow needed config
```shell
stow wezterm nvim tmux ...
```
1. Restart zsh,
zinit and zsh pluins will be installed automatically.
1. Start nvim,
plugins, lsps, and treesitters will be isntalled automatically .
1. Start tmux,
tpm and plugins will be installed automatially.## License
[MIT](https://opensource.org/licenses/MIT).