Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxze/dotfiles
My custom dotfiles
https://github.com/lxze/dotfiles
Last synced: about 1 month ago
JSON representation
My custom dotfiles
- Host: GitHub
- URL: https://github.com/lxze/dotfiles
- Owner: LXZE
- License: mit
- Created: 2016-03-22T08:15:43.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T21:06:03.000Z (about 2 months ago)
- Last Synced: 2024-11-26T22:19:47.287Z (about 2 months ago)
- Language: Shell
- Size: 82 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LXZE's dotfiles
This repo contains my dotfiles to use with chezmoi.
Requirement
==
Shell and required tools
- ZSH
- [Chezmoi](https://www.chezmoi.io/install/#one-line-binary-install)
- [Zim](https://www.chezmoi.io/install/#one-line-binary-install)
```sh
curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh
```Other binaries in used
- [zoxide](https://github.com/ajeetdsouza/zoxide#step-1-install-zoxide) For quick dir changing
- [mise](https://mise.jdx.dev/getting-started.html#_1-install-mise-cli) Runtime Version Manager for several languages (rb, erl, ex, js)Setup
==
- Apply dotfiles to home directory
```sh
chezmoi init --apply --verbose https://github.com/LXZE/dotfiles.git
```
- install all the plugins
```sh
zimfw install
```zsh
==
All of the plugins are now managed by zimfw.
Here is the list of additional plugins I used.
- romkatv/powerlevel10ktmux (Might move to zellij instead)
==
PS. for version prior to 2.9
edit line `set -g mode-style fg=white`
to `set-window-option -g window-status-current-fg white`To check tmux version, use
```sh
$ tmux -V
```vimrc
==
[But Our Princess is in Another Castle!](https://github.com/LXZE/.vimrc)