docs: remove makefile & update markdown docs
This commit is contained in:
parent
c3fd608fad
commit
03ef23ae7e
3 changed files with 0 additions and 173 deletions
76
Makefile
76
Makefile
|
@ -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
|
|
@ -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
|
||||
```
|
||||
|
|
96
SOFTWARE.md
96
SOFTWARE.md
|
@ -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
|
Loading…
Reference in a new issue