HoloTheDrunk / dotfiles

Personal configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

This repository is here for me to easily backup and restore my dotfiles across multiple systems.

Setup as $HOME

When loading into a fresh new system, make sure git and ssh are installed and setup, then run the following commands:

cd ~
git init
git remote add origin git@github.com:HoloTheDrunk/dotfiles.git
git fetch
git checkout -f master

Dependencies

Rust cargo:
  exa

AUR helper:
  yay

PACMAN:
  polybar
  rofi
  rust
  xdotool

AUR:
  xfce4-clipman
  xfce4-screenshooter

Quickstart

Save this in a script and run it

sudo pacman -Syyu polybar rofi xdotool
yay xfce4-screenshooter
yay xfce4-clipman
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install exa

Where is stuff?

X keyboard options lists: /usr/share/X11/xkb/rules/*.lst

About

Personal configuration files

License:The Unlicense


Languages

Language:Shell 55.7%Language:Emacs Lisp 33.1%Language:Vim Script 8.1%Language:Lua 3.1%