diff options
-rw-r--r-- | .stowignore | 7 | ||||
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | git/.gitconfig | 2 | ||||
-rw-r--r-- | mr/.mrconfig | 2 | ||||
l--------- | mutt/.mutt/alias | 1 | ||||
-rw-r--r-- | ncmpcpp/.ncmpcpp/bindings (renamed from ncmpcpp/bindings) | 0 | ||||
-rw-r--r-- | pkgs/work-packages/PKGBUILD | 2 |
7 files changed, 17 insertions, 4 deletions
diff --git a/.stowignore b/.stowignore new file mode 100644 index 0000000..b450069 --- /dev/null +++ b/.stowignore @@ -0,0 +1,7 @@ +.git +.gitignore +.stowignore +LICENSE +README.md +crontab +pkgs @@ -8,3 +8,10 @@ Being a *vim* user, I find it very convenient to use tools with *vi* keybindings + Browser: **uzbl** + PDF viewer: **zathura** + Email client: **mutt** + +# Management +Deploy with stow: + +``` + find . -mindepth 1 -maxdepth 1 -printf "%P\\0" | grep -zvFf .stowignore | xargs -0 stow -t $HOME --no-folding +``` diff --git a/git/.gitconfig b/git/.gitconfig index 2b1388b..0c86393 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -10,7 +10,7 @@ [status] submodulesummary = 1 [alias] - yolo = !git commit -am "Update" && git push origin master + saveandsync = !git commit -am "Update" && git push origin master [core] fileMode = false [http] diff --git a/mr/.mrconfig b/mr/.mrconfig index 73b38d3..33406e6 100644 --- a/mr/.mrconfig +++ b/mr/.mrconfig @@ -11,7 +11,7 @@ push = git push origin master [$HOME/personal] checkout = git clone 'gitolite@urbainvaes.com:private/personal.git' personal update = git pull origin master -push = git push origin master +push = git saveandsync [$HOME/.password-store] checkout = git clone 'gitolite@urbainvaes.com:private/passwords.git' .password-store diff --git a/mutt/.mutt/alias b/mutt/.mutt/alias deleted file mode 120000 index 1cc59a8..0000000 --- a/mutt/.mutt/alias +++ /dev/null @@ -1 +0,0 @@ -../../../personal/mutt/alias
\ No newline at end of file diff --git a/ncmpcpp/bindings b/ncmpcpp/.ncmpcpp/bindings index 7758f51..7758f51 100644 --- a/ncmpcpp/bindings +++ b/ncmpcpp/.ncmpcpp/bindings diff --git a/pkgs/work-packages/PKGBUILD b/pkgs/work-packages/PKGBUILD index 21a5368..63d44d2 100644 --- a/pkgs/work-packages/PKGBUILD +++ b/pkgs/work-packages/PKGBUILD @@ -2,4 +2,4 @@ pkgname=work-packages pkgver=0 pkgrel=1 arch=(any) -depends=(freefem++ gmsh) +depends=(freefem++ gmsh armadillo python-sympy) |