Skip to content

Commit

Permalink
flattened repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lkmill committed Jan 16, 2019
1 parent 2fa7865 commit 8ff1e77
Show file tree
Hide file tree
Showing 76 changed files with 27 additions and 49 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 8 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
qutebrowser/.config/qutebrowser/autoconfig.yml
i3/.config/i3/config
ranger/.config/ranger/bookmarks
ranger/.config/ranger/history
neovim/.config/*
neovim/.config/.*
!neovim/.config/init.vim
.config/qutebrowser/autoconfig.yml
.config/i3/config
.config/ranger/bookmarks
.config/ranger/history
.config/ranger/plugins/__pycache__
.config/ranger/plugins/__init__.py

tmux/.tmux/plugins
!tmux/.tmux/plugins/tpm
.tmux/plugins/*
!.tmux/plugins/tpm
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule ".tmux/plugins/tpm"]
path = .tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions .stow-local-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.git
.gitignore
.gitmodules
link
README.md
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions .tmux/plugins/tpm
Submodule tpm added at 2ab1d9
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
23 changes: 0 additions & 23 deletions install

This file was deleted.

5 changes: 5 additions & 0 deletions link
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

script_dir=$(dirname $(readlink -f "$0"))

stow -t ~ -d $script_dir .
17 changes: 0 additions & 17 deletions uninstall

This file was deleted.

5 changes: 5 additions & 0 deletions unlink
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

script_dir=$(dirname $(readlink -f "$0"))

stow -D -t ~ -d $script_dir .

0 comments on commit 8ff1e77

Please sign in to comment.