From 0f67ba23bda955ca69d886ca013fd616e1b6e568 Mon Sep 17 00:00:00 2001 From: Logan Saunders Date: Fri, 17 Apr 2015 16:21:44 -0700 Subject: [PATCH 1/5] Update mpd.sh --- scripts/mpd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mpd.sh b/scripts/mpd.sh index ba9927e..9b0df1b 100755 --- a/scripts/mpd.sh +++ b/scripts/mpd.sh @@ -1,4 +1,4 @@ #!/bin/sh +#Inspired by tungd on GitHub MPD_TRACK=$(mpc -f "%title%" current) -#MPD_ARTIST=$(mpc -f "%artist%" current) echo '#[bg=colour237,fg=colour249,bold] ♫' $MPD_TRACK From d01f33781e6cf9dcad32ce94be7187177f554ed4 Mon Sep 17 00:00:00 2001 From: Logan Saunders Date: Fri, 17 Apr 2015 16:30:11 -0700 Subject: [PATCH 2/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96bf7ed..81a5d01 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# dotfiles +# Dotfiles +![preview](https://imgur.com/Mf0If2Q) +This repo includes my tmux.conf and vimrc along with the scripts used in said tmux.conf. *Note:* my vimrc is using [vundle](https://github.com/gmarik/Vundle.vim) so don't just copy and paste it without installing vundle (also directly copying a vimrc is usually not a good idea). From be0b91a31d2a91285c622d42e972854c62fe6832 Mon Sep 17 00:00:00 2001 From: Logan Saunders Date: Fri, 17 Apr 2015 16:31:18 -0700 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81a5d01..2e8ee0a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Dotfiles -![preview](https://imgur.com/Mf0If2Q) +![Setup Preview](https://i.imgur.com/Mf0If2Q.png) This repo includes my tmux.conf and vimrc along with the scripts used in said tmux.conf. *Note:* my vimrc is using [vundle](https://github.com/gmarik/Vundle.vim) so don't just copy and paste it without installing vundle (also directly copying a vimrc is usually not a good idea). From dfdc0e3df28b8d55d443f3b8162f6919237b50e7 Mon Sep 17 00:00:00 2001 From: Logan Saunders Date: Fri, 17 Apr 2015 16:31:28 -0700 Subject: [PATCH 4/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e8ee0a..29fef9c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # Dotfiles ![Setup Preview](https://i.imgur.com/Mf0If2Q.png) + This repo includes my tmux.conf and vimrc along with the scripts used in said tmux.conf. *Note:* my vimrc is using [vundle](https://github.com/gmarik/Vundle.vim) so don't just copy and paste it without installing vundle (also directly copying a vimrc is usually not a good idea). From 38c8cd69a43015749518f08f806d67019942e662 Mon Sep 17 00:00:00 2001 From: Logan Saunders Date: Fri, 17 Apr 2015 16:32:16 -0700 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29fef9c..ffead28 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Dotfiles ![Setup Preview](https://i.imgur.com/Mf0If2Q.png) -This repo includes my tmux.conf and vimrc along with the scripts used in said tmux.conf. *Note:* my vimrc is using [vundle](https://github.com/gmarik/Vundle.vim) so don't just copy and paste it without installing vundle (also directly copying a vimrc is usually not a good idea). +This repo includes my tmux.conf and vimrc along with the scripts used in said tmux.conf. **Note:** my vimrc is using [vundle](https://github.com/gmarik/Vundle.vim) so don't just copy and paste it without installing vundle (also directly copying a vimrc is usually not a good idea).