Cute shell
Find a file
2025-09-30 22:00:07 -07:00
.gitignore Initial commit 2024-11-13 15:52:59 -08:00
bashrc.sh Rewrite in Lua 2025-09-27 11:56:33 -07:00
LICENSE Initial commit 2024-11-13 15:52:59 -08:00
README.md Also needs a nerd font 2025-09-27 12:22:59 -07:00
swline.lua remove unneccessary compat check 2025-09-28 11:00:12 +02:00

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