Skip to content

Instantly share code, notes, and snippets.

@joshfinley
Created April 5, 2018 17:09
Show Gist options
  • Save joshfinley/52cae083b6a3b9d74b51614d256dcf96 to your computer and use it in GitHub Desktop.
Save joshfinley/52cae083b6a3b9d74b51614d256dcf96 to your computer and use it in GitHub Desktop.
apt-get update
apt-get upgrade -y
apt-get install curl vim imagemagick htop awesome zsh
add-apt-repository ppa:dawidd0811/neofetch
apt-get update && apt-get install neofetch
cp -r /etc/xdg/awesome/ ~/.config/
cp -r /usr/share/awesome/ ~/.config
cd ~/.config/awesome
git clone https://github.com/copycat-killer/awesome-copycats.git
git clone https://github.com/copycat-killer/lain.git
cd ~/.config/awesome
mv awesome-copycats/* .
cp rc.lua.multicolor rc.lua
cd
cp -r ~/.config/awesome/awesome-copycats/themes ~/.config/awesome/
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
cd
cat > .xinitrc << EOF
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?* ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
# twm &
# xclock -geometry 50x50-1+1 &
# xterm -geometry 80x50+494+51 &
# xterm -geometry 80x20+494-0 &
# exec xterm -geometry 80x66+0+0 -name login
xscreensaver &
xsetroot -cursor_name left_ptr &
exec awesome
EOF
cd
cat > ~/.Xresources << EOF
! vim: set filetype=xdefaults :
*foreground: #D7D0C7
*background: #151515
!black
! *color0: #AF875F
! *color8: #AF875F
*color0: #101010
*color8: #404040
!red
*color1: #E84F4F
*color9: #D23D3D
!green
*color2: #B8D68C
*color10: #A0CF5D
!yellow
*color3: #E1AA5D
*color11: #F39D21
!blue
*color4: #7DC1CF
*color12: #4E9FB1
!magenta
*color5: #9B64FB
*color13: #8542FF
!cyan
*color6: #6D878D
*color14: #42717B
!white
*color7: #dddddd
*color15: #dddddd
URxvt*borderColor: #151515
URxvt*colorBD: #ffffff
URxvt*cursorColor: #ff8939
URxvt*cursorColor2: #151515
EOF
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment