https://github.com/arch-err/arshell
A repo for my shell dotfiles
https://github.com/arch-err/arshell
prompt shell startship zsh
Last synced: 2 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T08:36:42.000Z (4 months ago)
- Last Synced: 2025-01-24T05:24:32.509Z (4 months ago)
- Topics: prompt, shell, startship, zsh
- Language: Shell
- Homepage:
- Size: 88.9 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```