Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arch-err/arshell
- Owner: arch-err
- Created: 2024-04-03T06:32:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-10T20:11:35.000Z (24 days ago)
- Last Synced: 2025-01-10T20:24:07.523Z (24 days ago)
- Topics: prompt, shell, startship, zsh
- Language: Shell
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```