diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2021-07-21 15:05:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 15:05:28 +0200 |
commit | 2e6876e6c1109673db2527c4349fbdac0f1557fe (patch) | |
tree | 7e0028cede47398c74056c92af30c515bc8f9579 /.github/README.md | |
parent | 26d393eacb0468edeed62befe365c1ae0752a680 (diff) | |
parent | cf3eefda31e98d4725a64000861a388ba7708c62 (diff) | |
download | dotfiles-2e6876e6c1109673db2527c4349fbdac0f1557fe.tar.gz |
Merge pull request #2 from eug-vs/feat/stow
feat!: move to GNU Stow, remove wiki
Diffstat (limited to '.github/README.md')
-rw-r--r-- | .github/README.md | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.github/README.md b/.github/README.md deleted file mode 100644 index 4519e9e..0000000 --- a/.github/README.md +++ /dev/null @@ -1,30 +0,0 @@ -# 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 - - - |