dotfiles

dotfiles for my system
git clone git://git.evenfri.xyz/dotfiles.git
Log | Files | Refs

install_repos (197B)


      1 #!/bin/sh
      2 
      3 repo_url="git://git.evenfri.duckdns.org"
      4 aur_url="https://aur.archlinux.org"
      5 
      6 rm -rf st mk-standalone xcursor-plan9
      7 
      8 git clone "$repo_url/st.git"
      9 git clone "$repo_url/mk-standalone.git"