Skip to content

Instantly share code, notes, and snippets.

View deverebor's full-sized avatar
🦥
sudo rm rf /

Lucas Souza deverebor

🦥
sudo rm rf /
View GitHub Profile
@deverebor
deverebor / README.md
Created December 27, 2023 19:09
Starship theme

Preview

image

@deverebor
deverebor / material-dark.json
Created November 29, 2023 00:14
Material Theme to Tilix terminal
{
"name": "Material Darker",
"background-color": "#212121",
"comment": "Ported for Tilix",
"foreground-color": "#eeffff",
"palette": [
"#212121",
"#303030",
"#353535",
"#4A4A4A",
@deverebor
deverebor / config.conf
Last active April 27, 2023 15:11
neofetch config
# 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)┌───────────────────────────────┐"
@deverebor
deverebor / todo.json
Last active July 1, 2022 13:59
TODO higligh extension config
"todohighlight.keywords": [
{
"text": "@todo",
"color": "#FF8C00",
"backgroundColor": "transparent",
"isWholeLine": true,
},
{
"text": "@fixme",
"color": "#FFC197",
@deverebor
deverebor / README.md
Last active May 2, 2023 13:35
ZSH + Starshipt +Terminal - Personal settings

Plugins

  • Oh my zsh
  • zinit
  • Autosuggestion
  • SyntaxHgihlight
  • Globalsearch - fzf
  • zsh-z

Dependencies

@deverebor
deverebor / README.md
Last active June 20, 2023 15:48
PowerShell + Windows Terminal - Personal settings

My settings:

Plugins

  • 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)