obsqrbtz / archdots

config backup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archdots

preview

Dependencies

Dependencies can be installed using scripts/install_deps.sh (see "Install" section)

Fastfetch, mpv, ranger and spicetify are not actually configured, so you might ignore them, change to your configs or just remove these directories. These apps are not included in the install script.

Fluent-Dark GTK theme is set in hyprland.conf.

Install

If there are existing configs in home directory, rename or remove it first. Otherwise stow will fail to create the symlinks.

git clone https://github.com/obsqrbtz/archdots.git ~/.dotfiles
cd ~/.dotfiles
git submodule init
git submodule update --recursive
# next two steps are optional and intended mostly for clean arch installation
# the script will install packages, listed in "Dependencies" section,
# set up zsh as default shell and rename the existing ~/.zshrc to .zshrc_old
chmod+x scripts/install_deps.sh
scripts/install_deps.sh
rm .gitconfig #(alternatively, put your git configuratiuon in this file)
stow -R -v -t ~ .

Then tweak default display, programs, autostart and environment variables in hyprland.conf if needed.

Unlink

stow -D -v -t ~ .

Troubleshooting

If any dependency is missing in readme or configuration does not apply correctly on your machine, feel free to create an issue

About

config backup


Languages

Language:GLSL 51.9%Language:Python 37.8%Language:Shell 9.3%Language:CSS 1.0%