From 03ef23ae7e571114af82f5a49d70f213ebd4614a Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Fri, 13 Jul 2018 20:38:38 +1200 Subject: [PATCH] docs: remove makefile & update markdown docs --- Makefile | 76 ------------------------------------------ README.md | 1 - SOFTWARE.md | 96 ----------------------------------------------------- 3 files changed, 173 deletions(-) delete mode 100644 Makefile delete mode 100644 SOFTWARE.md diff --git a/Makefile b/Makefile deleted file mode 100644 index f1a4e91..0000000 --- a/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -.PHONY: help git lftp mpd ncmpcpp npm nvim ssh sway tmux urxvt wallpapers weechat zsh clean - -.DEFAULT: help - -help: - @echo "all > set up everything" - @echo "git > global git config & aliases" - @echo "lftp > sftp management" - @echo "mpd > music player daemon config" - @echo "ncmpcpp > ncurses mpc++ ui/colour settings & playlists" - @echo "npm > npm configuration (ha ha)" - @echo "nvim > neovim config & plugins" - @echo "ssh > safe-ish ssh config" - @echo "sway > minimal tiling wm for naughty computers" - @echo "termite > terminal colours & keyboard settings" - @echo "tmux > tmux config" - @echo "weechat > irc client ui/colour configuration" - @echo "zsh > shell, aliases and cool stuff" - @echo "" - @echo " mostly, i'm just lazy" - -all: git lftp mpd ncmpcpp npm nvim ssh sway tmux urxvt wallpapers weechat zsh - -git: - @stow -t ~/ --no-folding git - -lftp: - @stow -t ~/ --no-folding lftp - -mpd: - @stow -t ~/ --no-folding mpd - -ncmpcpp: - @stow -t ~/ --no-folding ncmpcpp - -npm: - @mkdir -p ~/.cache/npm ~/.local/share/npm - @stow -t ~/ --no-folding npm - -nvim: - @stow -t ~/ --no-folding nvim - curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \ - https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim - @echo "Run :PlugInstall when nvim is first run!" - -ssh: - @stow -t ~/ --no-folding ssh - -sway: - @stow -t ~/ --no-folding sway - -termite: - @stow -t ~/ --no-folding termite - -tmux: - git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm - @stow -t ~/ --no-folding tmux - -weechat: - @stow -t ~/ --no-folding weechat - -zsh: - git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh - git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k - @stow -t ~/ --no-folding zsh - -clean: - @stow -D git lftp npm nvim ssh sway tmux urxvt zsh - @rm -rf ~/.config/git \ - ~/.config/lftp ~/.local/share/lftp \ - ~/.config/npm ~/.cache/npm ~/.local/share/npm \ - ~/.config/nvim \ - ~/.config/sway \ - ~/.config/tmux \ - ~/.config/weechat \ - ~/.oh-my-zsh diff --git a/README.md b/README.md index 574dbc6..843a6b8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ sway > minimal tiling wm for naughty computers system > linux-specific system configuration termite > terminal colours & keyboard settings tmux > tmux config -wallpapers > system wallpapers weechat > irc client ui/colour configuration zsh > shell, aliases and cool stuff ``` diff --git a/SOFTWARE.md b/SOFTWARE.md deleted file mode 100644 index 1576d9f..0000000 --- a/SOFTWARE.md +++ /dev/null @@ -1,96 +0,0 @@ -# Software - -## General - -* calibre -* libreoffice -* owncloud-client -* keepassx2 -* pulseaudio -* pavucontrol -* LaTeX (texlive-most) -* Gimp - -### Fonts - -* noto-fonts-* -* powerline-fonts -* ttf-liberation -* ttf-dejavu -* ttf-droid -* ttf-hack -* ttf-inconsolata - -## Media - -* mpv -* mpd -* ncmpcpp - -## Browsers - -* Chromium -* Firefox - -### Browser Plugins - -* Reddit Enhancement Suite -* uBlock Origin -* Wappalyzer -* Greasemonkey -* Stylish -* Postman (Chrome) -* Insomnia (Chrome) - -## Development - -* nodejs -* npm -* go -* atom editor -* sublime text 3 -* mongodb -* postgresql -* valgrind -* cppcheck -* shellcheck -* doxygen -* docker -* php code sniffer - -### Global NPM packages - -* eslint -* nodemon -* gulp-cli -* yarn - -## Terminal - -* termite -* weechat -* zsh + zsh-completions -* tmux -* openssh -* neovim - -### Utilities - -* unzip -* unrar -* p7zip -* wget -* ncdu -* tree -* pass -* screenfetch -* htop -* lftp - -### Mail - -* (neo)mutt -* notmuch -* isync (aka mbsync) -* lynx -* urlview