- posh-git (sintax highlight for git)
- Terminal-Icons (show icons using dir or ls)
- spaceship (theming)
- PSReadlines (auto sugestions & auto complete)
- PSFzf (recursive search)
- z search (global search using z prefix to access some folder)
π¦₯
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"todohighlight.keywords": [ | |
{ | |
"text": "@todo", | |
"color": "#FF8C00", | |
"backgroundColor": "transparent", | |
"isWholeLine": true, | |
}, | |
{ | |
"text": "@fixme", | |
"color": "#FFC197", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/chick2d/neofetch-themes | |
# Made by IdliDev (https://github.com/Idlidev) | |
# code .config/neofetch/config.conf | |
LC_ALL=C | |
LANG=C | |
print_info() { | |
info " β β ο " title | |
prin "$(color 7)βββββββββββββββββββββββββββββββββ" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Material Darker", | |
"background-color": "#212121", | |
"comment": "Ported for Tilix", | |
"foreground-color": "#eeffff", | |
"palette": [ | |
"#212121", | |
"#303030", | |
"#353535", | |
"#4A4A4A", |