-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile
More file actions
36 lines (35 loc) · 955 Bytes
/
Makefile
File metadata and controls
36 lines (35 loc) · 955 Bytes
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
info:
find . -regex .+~
find . -name *.swp
del:
find . -regex .+~ -delete
find . -name *.swp -delete
# Software needed: zsh, vim, git, rxvt-unicode, xmonad, xmobar, redshift, feh,
# xsel, xpdf, xscreensaver
# Slackware x86_64 multilib: follow alien's multilib README
install:
# Dir Colors
ln -sf ${STUFF}/shell/dircolors ~/.dircolors
# BashRC
ln -sf ${STUFF}/bashrc ~/.bashrc
# Vim
ln -sf ${STUFF}/vim ~/.vim
# VimRC
ln -sf ${STUFF}/vimrc ~/.vimrc
# Xinitc
ln -sf ${STUFF}/X/xinitrc ~/.xinitrc
# Xdefaults
ln -sf ${STUFF}/X/Xdefaults ~/.Xdefaults
# ScreenRC
ln -sf ${STUFF}/screenrc ~/.screenrc
# LynxRC
ln -sf ${STUFF}/lynxrc ~/.lynxrc
# PentadactylRC
ln -sf ${STUFF}/pentadactylrc ~/.pentadactylrc
# PentadactylDIR
ln -sf ${STUFF}/pentadactyl ~/.pentadactyl
# git-prompt
mkdir -p ~/.git-prompt
ln -sf ${STUFF}/zsh/gitstatus.py ~/.git-prompt/gitstatus.py
# xpdf
ln -sf ${STUFF}/xpdfrc ~/.xpdfrc