diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 71d3ed5..6e70c26 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -1,14 +1,6 @@ -# ____ ____ _____ _ -# / ___| _ \| ___| __ ___(_)_ __ ___ -# | | _| |_) | |_ | '__/ _ \ | '__/ _ \ Guilherme Rugai Freire -# | |_| | _ <| _|| | | __/ | | | __/ https://grfreire.com -# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire -# - import: - ~/.config/alacritty/themes/tokyo-night.yml - window: dimensions: columns: 120 diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 14f3b6a..51ce47e 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -1,10 +1,3 @@ -# ____ ____ _____ _ -# / ___| _ \| ___| __ ___(_)_ __ ___ -# | | _| |_) | |_ | '__/ _ \ | '__/ _ \ Guilherme Rugai Freire -# | |_| | _ <| _|| | | __/ | | | __/ https://grfreire.com -# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire -# - [global] ### Display ### diff --git a/.config/espanso/default.yml b/.config/espanso/default.yml index 5b6b765..41751e7 100644 --- a/.config/espanso/default.yml +++ b/.config/espanso/default.yml @@ -1,10 +1,3 @@ -# ____ ____ _____ _ -# / ___| _ \| ___| __ ___(_)_ __ ___ -# | | _| |_) | |_ | '__/ _ \ | '__/ _ \ Guilherme Rugai Freire -# | |_| | _ <| _|| | | __/ | | | __/ https://grfreire.com -# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire -# - toggle_key: RIGHT_ALT matches: diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index bccb225..a3da1fb 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -1,10 +1,3 @@ -" ____ ____ _____ _ -" / ___| _ \| ___| __ ___(_)_ __ ___ -" | | _| |_) | |_ | '__/ _ \ | '__/ _ \ Guilherme Rugai Freire -" | |_| | _ <| _|| | | __/ | | | __/ https://grfreire.com -" \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire -" - set guifont=Cascadia\ Code\ 11 :set number diff --git a/.config/qtile/config.py b/.config/qtile/config.py index cdc8b34..1817118 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -1,10 +1,3 @@ -# ____ ____ _____ _ -# / ___| _ \| ___| __ ___(_)_ __ ___ -# | | _| |_) | |_ | '__/ _ \ | '__/ _ \ Guilherme Rugai Freire -# | |_| | _ <| _|| | | __/ | | | __/ https://grfreire.com -# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire -# - import time import os import subprocess diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 6609adb..da303a7 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -1,10 +1,3 @@ -# ____ ____ _____ _ -# / ___| _ \| ___| __ ___(_)_ __ ___ -# | | _| |_) | |_ | '__/ _ \ | '__/ _ \ Guilherme Rugai Freire -# | |_| | _ <| _|| | | __/ | | | __/ https://grfreire.com -# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire -# - set vcs_aware true set preview_images true set preview_images_method ueberzug diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 00923c9..ece757b 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,12 +1,3 @@ -/* -# ____ ____ _____ _ -# / ___| _ \| ___| __ ___(_)_ __ ___ -# | | _| |_) | |_ | '__/ _ \ | '__/ _ \ Guilherme Rugai Freire -# | |_| | _ <| _|| | | __/ | | | __/ https://grfreire.com -# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire -# -*/ - /* * ROFI One Dark * diff --git a/.config/xob/styles.cfg b/.config/xob/styles.cfg index c98d2e7..ca03ea3 100644 --- a/.config/xob/styles.cfg +++ b/.config/xob/styles.cfg @@ -1,10 +1,3 @@ -# ____ ____ _____ _ -# / ___| _ \| ___| __ ___(_)_ __ ___ -# | | _| |_) | |_ | '__/ _ \ | '__/ _ \ Guilherme Rugai Freire -# | |_| | _ <| _|| | | __/ | | | __/ https://grfreire.com -# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire -# - volume = { thickness = 20; outline = 2; diff --git a/.gitconfig b/.gitconfig index 3038424..b2d9fc7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,10 +1,3 @@ -# ____ ____ _____ _ -# / ___| _ \| ___| __ ___(_)_ __ ___ -# | | _| |_) | |_ | '__/ _ \ | '__/ _ \ Guilherme Rugai Freire -# | |_| | _ <| _|| | | __/ | | | __/ https://grfreire.com -# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire -# - [user] email = 41879254+GRFreire@users.noreply.github.com name = Guilherme Rugai Freire diff --git a/.profile b/.profile index ae54e05..b081239 100644 --- a/.profile +++ b/.profile @@ -1,12 +1,5 @@ #!/bin/sh -# ____ ____ _____ _ -# / ___| _ \| ___| __ ___(_)_ __ ___ -# | | _| |_) | |_ | '__/ _ \ | '__/ _ \ Guilherme Rugai Freire -# | |_| | _ <| _|| | | __/ | | | __/ https://grfreire.com -# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire -# - # Start ssh-agent eval `ssh-agent -s` > /dev/null diff --git a/.zshrc b/.zshrc index f263bff..a665da1 100644 --- a/.zshrc +++ b/.zshrc @@ -1,10 +1,3 @@ -# ____ ____ _____ _ -# / ___| _ \| ___| __ ___(_)_ __ ___ -# | | _| |_) | |_ | '__/ _ \ | '__/ _ \ Guilherme Rugai Freire -# | |_| | _ <| _|| | | __/ | | | __/ https://grfreire.com -# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire -# - source ~/.profile # Themes