forked from tmp2000/utiliscripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
32 lines (23 loc) · 954 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Utiliscripts
============
Utiliscripts make your life easier. Hopefully, each script will be
self-documenting if you read the source, but maybe not.
Someday I will put a master index here. Maybe.
One of the things I use these scripts for is to make all of my systems
behave uniformly. To whit:
# First:
sudo apt-get install git php5 php5-json wmctrl curl
git config --global user.email "..."
git config --global user.name "..."
wget https://raw.github.com/greg-1-anderson/utiliscripts/master/move-in
chmod +x move-in
./move-in
# Optional:
rm move-in
source $HOME/.bashrc
sudo $HOME/local/utiliscripts/install-components
The move-in script checks out all of the utiliscripts and sets
up the $PATH and a number of other environment settings.
The install-components uses `apt-get install` to install a whole
bunch of packages. Run with --help to see options for installing
less than everything (the default is 'everything').