blob: d323c5b9e8e11bd762fdded7ab56a33956cfea2a (
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 `git checkout master`
## Screenshots
![project-layout](../Pictures/Porn/project-layout.png)
![neofetch](../Pictures/Porn/neofetch.png)
|