https://github.com/adnksharp/zsh-df
Mi configuración de shell (zsh) para Arch Linux
https://github.com/adnksharp/zsh-df
alias zsh zsh-theme zshrc
Last synced: 9 months ago
JSON representation
Mi configuración de shell (zsh) para Arch Linux
- Host: GitHub
- URL: https://github.com/adnksharp/zsh-df
- Owner: adnksharp
- Created: 2022-06-06T22:34:11.000Z (about 4 years ago)
- Default Branch: base
- Last Pushed: 2025-07-06T23:06:34.000Z (11 months ago)
- Last Synced: 2025-07-07T00:20:30.268Z (11 months ago)
- Topics: alias, zsh, zsh-theme, zshrc
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# ZSH dotfiles
Tema y aliases para shells `zsh` que usan `oh-my-zsh`.
> Basado en [robbyrussell](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#robbyrussell)
## Instalación
1. Copiar el tema a `oh-my-zsh themes`
```shell
cp aktheme.zsh-theme ~/.oh-my-zsh/themes/aktheme.zsh-theme
```
2. Enlazar la configuración de zsh a `.zshrc`
```shell
ln -sf .zshrc ~/.zshrc
```