aboutsummaryrefslogtreecommitdiff
path: root/.github/README.md
blob: 9808db52a8c18ba599c27880a31d8865bb345840 (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
![neofetch](../Pictures/Porn/neofetch.png)
![project-layout](../Pictures/Porn/project-layout.png)