azm6 / dotfiles-arch

configuration files for my arch install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config files for arch-based distro

Updating the system

$ sudo pacman -Syu

Installing dependencies on a frech install using pacman

sudo pacman -Sy zsh neovim stow curl wget firefox bspwm sxhkd polybar \
                  nitrogen zathura zathura-pdf-poppler zathura-djvu zathura-ps tmux rofi \
                  mpv mpd mpc ncmpcpp ranger yay qbittorrent
yay -Sy vscodium-bin

Installing additional dependencies from online sources

Using gnu stow for quick setup

git clone git@github.com:azm6/dotfiles-arch.git ~/dotfiles && cd ~/dotfiles

Remove files that might already exsist

rm ~/.xinitrc ~/.Xresources
rm README.md LICENSE
stow *

If stow fails overriding files that already exist try running it with the -f flag. Restore files

$ git restore README.md LICENSE

About

configuration files for my arch install

License:MIT License


Languages

Language:Shell 56.4%Language:Python 28.2%Language:Lua 11.1%Language:CSS 3.9%Language:Vim Script 0.4%