20 lines
374 B
Markdown
20 lines
374 B
Markdown
# Gaiety's Dotfiles 2026
|
|
|
|
Designed for Unix Systems.
|
|
|
|
## Setup
|
|
|
|
```sh
|
|
curl https://mise.run | sh
|
|
chmod +x ./mise-tasks/*
|
|
mise trust
|
|
mise install
|
|
mise run install-terminal
|
|
mise run symlink
|
|
```
|
|
|
|
## zsh tips
|
|
|
|
- Press `Esc` to enter vim-emulation mode in your prompt
|
|
- Press `CTRL + F` to find a directory, `Enter` to `cd` to it
|
|
- `CTRL + z` works both directions! no more `fg`
|