Skip to content

azm6/dotfiles-arch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors