about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* nvim: fixed indentation, added treesitter/telescopeVitor Gonçalves2024-02-033-11/+25
|
* updated gitignoreVitor Gonçalves2024-02-031-0/+1
|
* Delete .config/nvim/lazy-lock.jsonVitor Gonçalves2024-02-031-4/+0
|
* nvim: major refactorVitor Gonçalves2024-02-039-60/+75
| | | | it's basically the same config but refactored
* updated REDAMEVitor Gonçalves2024-02-031-6/+2
|
* zcompdumpVitor Gonçalves2024-02-032-1909/+1
|
* updated submodulesVitor Gonçalves2024-01-272-0/+1908
|
* removed sonokai - didn't use the colorscheme ofcVitor Gonçalves2024-01-272-3/+0
|
* changed identity fileVitor Gonçalves2024-01-271-1/+1
|
* nvim: gruvbox-nvim is my friend nowVitor Gonçalves2024-01-273-3/+5
|
* Removed gruvbox - substituting with gruvbox.nvimVitor Gonçalves2024-01-272-6/+0
|
* banana zsh prompt > starshipVitor Gonçalves2024-01-243-64/+34
|
* another cool thing i found on the same article lolVitor Gonçalves2024-01-241-0/+1
|
* nice feature i found on the internetVitor Gonçalves2024-01-241-0/+7
|
* it didn't delete it thoVitor Gonçalves2024-01-241-1907/+0
|
* gitignoreVitor Gonçalves2024-01-241-0/+1
|
* zsh: neovim aliasesVitor Gonçalves2024-01-242-0/+1910
|
* nvim: major updates, init.lua and gruvbox finallyVitor Gonçalves2024-01-244-55/+67
|
* dwm autostart scriptVitor Gonçalves2024-01-241-0/+5
|
* added pacman alias; removed .zcompdumpVitor Gonçalves2024-01-222-1850/+2
|
* autocd for zshVitor Gonçalves2024-01-221-0/+1
|
* wrapper for termfilechooserVitor Gonçalves2024-01-221-0/+65
|
* added termfilechooser for gui programsVitor Gonçalves2024-01-221-0/+3
|
* removed foot, i3status-rs and sway configsVitor Gonçalves2024-01-223-237/+0
|
* removed <dir> from fonts.confVitor Gonçalves2024-01-221-1/+0
|
* zshenv was brokenVitor Gonçalves2024-01-221-17/+14
| | | | actually i just discovered what 'export' does to the variable declaration, it makes it available to subprocesses
* explicit pager and editor declarations in gitconfigVitor Gonçalves2024-01-221-0/+2
|
* new default programsVitor Gonçalves2024-01-221-3/+5
|
* rm bash, now i'm friends with zshVitor Gonçalves2024-01-2218-192/+1973
|
* fonts: removed noto fontsVitor Gonçalves2024-01-211-537/+24
|
* bash: forgot aliasVitor Gonçalves2024-01-211-0/+1
|
* updated README.mdVitor Gonçalves2024-01-201-5/+1
|
* stopped using sway too!Vitor Gonçalves2024-01-201-0/+0
|
* forgot to add in the rc commitVitor Gonçalves2024-01-201-5/+0
| | | | i'm not using vi mode!!!
* added p() and ap() to bashVitor Gonçalves2024-01-201-0/+52
| | | | | p=pacman ap=aur pacman (i'm using aurutils, i need this)
* removed chezmoi and added nice programsVitor Gonçalves2024-01-201-4/+5
| | | | idk i'm kinda feeling like using those rust rewrites with eyecandy
* added AUR_PAGER (for aurutils) and removed vi modeVitor Gonçalves2024-01-201-5/+1
| | | | yes i've switched to arch again
* nvim: switch dein>submodules for pluginsVitor Gonçalves2024-01-205-15/+14
| | | | dein is such a weird thing idk, and submodules just work: if i dont want a plugin? okay, just move it out or rm the directory lol
* fix: use firefox-wayland instead of firefoxVitor Gonçalves2023-12-171-1/+1
| | | | i was using firefox with xwayland lol
* bash: added PATH declarationVitor Gonçalves2023-12-121-0/+1
| | | | idk how i forgot that
* aliases: added update-webVitor Gonçalves2023-12-051-0/+1
| | | | simple ssh command to git pull my web repo
* bash: changed fzf to bemenu in pf()Vitor Gonçalves2023-12-051-2/+1
| | | | | also did a bugfix where if you don't select no nothing you would cd into $root_dir
* readme: added a screenshot!Vitor Gonçalves2023-12-052-0/+4
|
* i3status-rust: removed location name from barVitor Gonçalves2023-12-051-1/+1
| | | | i were to took a screenshot and almost got doxxed (skull emoji)
* readme: improved the description of thisVitor Gonçalves2023-12-051-1/+5
|
* maj: switched from i3status to i3status-rustVitor Gonçalves2023-12-052-53/+37
| | | | | toml is nicer than "i invented a markup language!" also i3status-rust looks nicer and is overall cooler ig
* bash_function: added pfVitor Gonçalves2023-12-051-5/+12
| | | | | it's a simple function for me to find all my projects with three key presses, and it shows me this nice fzf menu with all of them (yay!)
* bash: removed useless functionVitor Gonçalves2023-12-051-12/+0
| | | | i copied wbp from the old repo and i don't want it
* bash: added xb functionVitor Gonçalves2023-12-051-0/+33
| | | | xbps can get really long in commands
* bash: revamped promptVitor Gonçalves2023-12-052-1/+5
| | | | | moved show-mode-in-prompt to .config/bash/prompt added some bling to it too