Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arch-err/arshell

A repo for my shell dotfiles
https://github.com/arch-err/arshell

prompt shell startship zsh

Last synced: 10 days ago
JSON representation

A repo for my shell dotfiles

Awesome Lists containing this project

README

        

# arShell
A repo for my shell dotfiles

---

# Dependencies:
- zsh
- starship
- yazi
- nerd fonts

---

# Aliases
Append this to your `.*shrc`
```bash
perl -pe 's/\s*#.*//; s/"/\\"/g; s/(.*) = (.*)/alias $1="$2"/' $HOME/.local/src/arshell/aliases > /tmp/alias && source /tmp/alias

```