dotfiles
dotfiles copied to clipboard
The best and strongest dotfiles. Editor: Neovim; Shell: zsh(zinit, powerlevel10k); Terminal: WezTerm; Desktop: Hyprland, ulauncher, dunst; OS: ArchLinux (Ubuntu/Fedora/CentOS)
dotfiles
Overview
My home dotfiles

Supported OS
- Arch Linux (recommend)
- Ubuntu
- Fedora
Install
-
Download
git clone https://github.com/yutkat/dotfiles.git cd dotfiles -
Install
./install.shor with GUI(i3/sway setup)
./install.sh --gui -
zsh plugin install
exec zsh -
neovim plugin install
vi +PackerSync +qall -
Enjoy!
Temporary Install
If you do not want to dirty your home directory
-
Download
mkdir /tmp/tmphome cd /tmp/tmphome git clone https://github.com/yutkat/dotfiles.git cd dotfiles -
Set HOME environment temporary
export HOME=/tmp/tmphome -
Install
./install.shor with GUI(i3/sway setup)
./install.sh --gui -
zsh plugin install
exec zsh -
neovim plugin install
vi +PackerSync +qall
Components
- zsh
- neovim
- wezterm
- (optional) i3-gaps, sway
Usage
Frequently used shortcuts
wezterm
| key | action |
|---|---|
| Alt-h/j/k/l | switch window |
| Alt-j | close window |
| Alt-k | create window |
| S-Up/Down/Left/Right | switch pane |
i3/sway
| key | action |
|---|---|
| Mod-h/j/k/l | switch window |
| Mod-S-h/j/k/l | move window |
| Mod-C-S-h/j/k/l | move workspace |