An open API service indexing awesome lists of open source software.

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

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
```