diff options
author | eug-vs <eug-vs@keemail.me> | 2021-07-21 15:53:52 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-07-21 16:04:10 +0300 |
commit | cf3eefda31e98d4725a64000861a388ba7708c62 (patch) | |
tree | 7e0028cede47398c74056c92af30c515bc8f9579 /.github/README.md | |
parent | 26d393eacb0468edeed62befe365c1ae0752a680 (diff) | |
download | dotfiles-cf3eefda31e98d4725a64000861a388ba7708c62.tar.gz |
feat!: move to GNU Stow, remove wikifeat/stow
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 -![docs](../Pictures/Porn/docs.png) -![spotify](../Pictures/Porn/spotify.png) - |