-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
42 lines (29 loc) · 812 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
33
34
35
36
37
38
39
40
41
42
dotfiles management
=====================
These dotfiles are managed using GNU Stow (https://www.gnu.org/software/stow/)
# Install GNU Stow
pacman -S stow
# !!!___CAREFUL___!!!
# Adopt dotfiles
#stow --adopt .
# Simulate changes to ensure you don't mess-up the system
stow --simulate --verbose=2 --target=/home/eternaltyro \
--dir=/usr/local/stow --adopt .
# If you need to set target directory
stow --adopt . --dir=/usr/local/stow --target=/home/eternaltyro
Notes on VIM configuration:
---------------------------
Plugins:
- NerdTree
- ctrlp
- Pathogen
- fugitive
Tips:
----
Add to the top of scripts the following for vim to be able to read
#!/usr/bin/env python
#
# vim: set expandtab:tw=4:ts=4:sw=4:
# before you paste in a vim session that has ai and si on
:set paste
# spliting the window