-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup
executable file
·47 lines (42 loc) · 962 Bytes
/
setup
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#!/bin/sh
# Packages
cd
pkg_add ansible
pkg_add automake
pkg_add bash
pkg_add ccl
pkg_add clisp
pkg_add curl
pkg_add emacs
pkg_add fish
pkg_add firefox
pkg_add git
pkg_add gnupg
pkg_add htop
pkg_add irssi
pkg_add links
pkg_add mercurial
pkg_add pianobar
pkg_add rxvt-unicode
pkg_add sbcl
pkg_add screenfetch
pkg_add sudo
pkg_add the_silver_searcher
pkg_add terminus-font
pkg_add wget
# Git repos
sudo -i -u enzuru sh << EOF
cd
rm -rf .emacs.d/
git clone --recurse-submodules -j8 https://github.com/enzuru/.emacs.d.git
git clone https://github.com/enzuru/org.git
git clone https://github.com/enzuru/lisp-machine.git
ln -s lisp-machine/openbsd/.Xresources .Xresources
ln -s lisp-machine/openbsd/.xsession .xsession
ln -s .emacs.d/folders folders
chsh -s /usr/local/bin/fish enzuru
git config --global user.name "Ahmed Khanzada"
git config --global user.email "[email protected]"
git config --global core.editor "emacsclient"
EOF
# add enzuru to wheel and setup sudo