blob: 4519e9e80860b8788ab3260bd8d1f6000c9d7979 (
plain)
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
|
# dotfiles
This repo contains dotfiles, configs and environment settings for my Arch setup.
Documentation is managed via [vimwiki](https://github.com/vimwiki/vimwiki) plugin.
Github repo: [dotfiles](https://github.com/eug-vs/dotfiles)
Author: [eug-vs](https://github.com/eug-vs/)
Documentation: [wiki](../Documents/wiki/index.md)
## Installation
1. Checkout into bare git repository:
```sh
git clone --bare https://github.com/eug-vs/dotfiles $HOME/.dotfiles.git
```
2. Setup local alias to simplify your life:
```
alias config='git --git-dir=$HOME/.dotfiles.git --work-tree=$HOME'
```
3. Hide untracked files:
```
config config --local status.showUntrackedFiles no
```
4. Backup you current dotfiles (if any)
5. Run `config checkout master`
## Screenshots
![docs](../Pictures/Porn/docs.png)
![spotify](../Pictures/Porn/spotify.png)
|