forked from swee/swline
Cute shell
| .gitignore | ||
| bashrc.sh | ||
| LICENSE | ||
| README.md | ||
| swline.lua | ||
swline
Cute shell
Requirements
- Lua 5.4
- A Nerd Font
- Bash (or any other shell if you're smart enough to rewrite that PS1 script)
How I installed it
$ sudo mkdir /git
$ sudo chmod a+rw /git
$ cd /git
$ git clone https://git.swee.codes/swee/swline.git
$ sudo ln -s /git/swline/swline.lua /usr/local/bin/swline
$ cat /git/swline/bashrc.sh >> ~/.bashrc
