These are some of my dotfiles for GTK, Picom, Alacritty, Ghostty, Bash, and Redshift. It also gets a neovim config and a conky config.
Note: The .bashrc assumes you are using Debian, so you may want to modify it if you are not.
-
Install Git, Neovim >= 0.9.4, MonaspiceAr Nerd Font Mono, Conky, Picom, Alacritty, Ghostty, and Redshift. It is also expected you are using XFCE.
-
Clone this repo into an easy-to-remember directory, such as
~/.dotfiles. -
Run
get_dots.shto acquire the neovim config and the conky config. -
Make symbolic links in
~/.configgoing to this directory. The symlinks you need are:~/.bashrc->~/.dotfiles/.bashrc~/.bash_aliases->~/.dotfiles/.bash_aliases~/.config/nvim/->~/.dotfiles/nvim/~/.config/conky/->~/.dotfiles/conky/~/.config/gtk-3.0/->~/.dotfiles/gtk-3.0/~/.config/picom/->~/.dotfiles/picom/~/.config/redshift.conf->~/.dotfiles/redshift.conf~/.config/alacritty/->~/.dotfiles/alacritty/~/.config/ghostty/->~/.dotfiles/ghostty/
-
Add Picom, Redshift, and Conky to autostart if not done so already. Restart the XFCE panel via
xfce4-panel -r. Open Neovim and type:Lazy installto install plugins. -
If desired, modify panel layout, set a desktop wallpaper, change GTK/xfwm theme (Qogir recommended), change icons/cursors (Rowaita icons recommended), etc.
-
Modify configuration if desired.