gbafana25 / .dotfiles

dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles

My personal dotfiles, with a script to backup/restore them. Also includes can install a few essential packages (manually created)

Usage

  • backup: ./backup.sh save /path/to/home ^
    • leave / off the end
  • restore: ./backup.sh restore /path/to/home
    • includes an option to setup dwm and/or st
    • installs packages first
    • Note: for iptables-save, use touch /etc/iptables/rules.v4 and su to save rules (su && iptables-save > /etc/iptables/rules.v4)
  • install essential packages only: ./backup.sh pkgs /path/to/home

About

dotfiles


Languages

Language:C 88.1%Language:Shell 11.8%Language:Vim Script 0.1%