GitXplorerGitXplorer
b

arch-config

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b35b1900c1fc3c26830e5bb410e888db5b9bc2dc

remove bash_aliases

bbenforged committed 8 years ago
Unverified
c7b4d03c5b2a842b5f782d23be2ff386f404e66b

mostly package changes, also updated Vundle

bbsklaroff committed 9 years ago
Unverified
4e0cbfa7da0ea5c380b429dc9dd2413c2ce99950

fix merge conflict

bbsklaroff committed 10 years ago
Unverified
12ba518312a3d90ebdac058491e6ebb88ed55dfb

many small changes

bbsklaroff committed 10 years ago
Unverified
56fceee67993c9c258d49c9f3a6c163d65ab0eee

fix monitor hotplug issues

bbsklaroff committed 10 years ago
Unverified
48275faaa944f44bf35470da06a9f71ea14ef8b2

setup thinkpad

bbsklaroff committed 10 years ago

README

The README file for this repository.

Arch Config

My Arch Linux configuration for an Acer C720 Chromebook. I save it as

~/.arch_config

and then set up my system with

cd ~/.arch_config
./setup.sh

This installs some packages, soft links the config files to their proper locations, and starts some systemd services

What is all this stuff?

  • paclist.txt is a list of packages installed with pacman on my system, generated with the command pacman -Qetn | cut -d' ' -f1
  • dotfiles contains the hidden config files and folders in my home directory, such as .bashrc, .xinitrc, .xmonad, etc
  • etc contains the system config files found in /etc and its subdirectories, such as sound and touchpad settings