├── .config ├── dunst │ └── dunstrc ├── ghostty │ ├── config │ └── themes │ │ └── gruvbox-dark ├── i3wm │ └── config ├── kitty │ └── kitty.conf ├── neofetch │ └── config.conf ├── picom │ └── picom.conf ├── polybar │ ├── config.ini │ └── launch.sh ├── rofi │ ├── config.rasi │ └── gruvbox-material.rasi └── zathura │ └── zathurarc ├── .tmux.conf ├── .zshrc ├── README.md ├── icons ├── 471-apple-music.png ├── discord.ico └── firefox.png ├── startship.toml ├── test.bruh └── wallpapers ├── bait.png ├── desktop.png └── w9.png /.config/dunst/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/.config/dunst/dunstrc -------------------------------------------------------------------------------- /.config/ghostty/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/.config/ghostty/config -------------------------------------------------------------------------------- /.config/ghostty/themes/gruvbox-dark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/.config/ghostty/themes/gruvbox-dark -------------------------------------------------------------------------------- /.config/i3wm/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/.config/i3wm/config -------------------------------------------------------------------------------- /.config/kitty/kitty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/.config/kitty/kitty.conf -------------------------------------------------------------------------------- /.config/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/.config/neofetch/config.conf -------------------------------------------------------------------------------- /.config/picom/picom.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/.config/picom/picom.conf -------------------------------------------------------------------------------- /.config/polybar/config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/.config/polybar/config.ini -------------------------------------------------------------------------------- /.config/polybar/launch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/.config/polybar/launch.sh -------------------------------------------------------------------------------- /.config/rofi/config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/.config/rofi/config.rasi -------------------------------------------------------------------------------- /.config/rofi/gruvbox-material.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/.config/rofi/gruvbox-material.rasi -------------------------------------------------------------------------------- /.config/zathura/zathurarc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/.config/zathura/zathurarc -------------------------------------------------------------------------------- /.tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/.tmux.conf -------------------------------------------------------------------------------- /.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/.zshrc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/README.md -------------------------------------------------------------------------------- /icons/471-apple-music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/icons/471-apple-music.png -------------------------------------------------------------------------------- /icons/discord.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/icons/discord.ico -------------------------------------------------------------------------------- /icons/firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/icons/firefox.png -------------------------------------------------------------------------------- /startship.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/startship.toml -------------------------------------------------------------------------------- /test.bruh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /wallpapers/bait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/wallpapers/bait.png -------------------------------------------------------------------------------- /wallpapers/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/wallpapers/desktop.png -------------------------------------------------------------------------------- /wallpapers/w9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melqtx/dots/HEAD/wallpapers/w9.png --------------------------------------------------------------------------------