Update makefile + readme, also add wallpapers

This commit is contained in:
George Rawlinson 2016-10-23 18:00:18 +13:00
parent e0caac3082
commit d77440d0aa
7 changed files with 30 additions and 13 deletions

View File

@ -1,22 +1,22 @@
.PHONY: help git lftp npm nvim ssh sway urxvt zsh clean .PHONY: help git lftp npm nvim ssh sway urxvt wallpapers zsh clean
.DEFAULT: help .DEFAULT: help
help: help:
@echo "all # Sets up everything" @echo "all > set up everything"
@echo "git # Sets up default git config" @echo "git > global git config & aliases"
@echo "lftp # Set up lftp" @echo "lftp > sftp management"
@echo "npm # Set up npm" @echo "npm > npm configuration (ha ha)"
@echo "nvim # Sets up neovim" @echo "nvim > neovim config & plugins"
@echo "ssh # Set up ssh" @echo "ssh > safe-ish ssh config"
@echo "sway # Set up sway" @echo "sway > minimal tiling wm for naughty computers"
@echo "urxvt # Set up urxvt" @echo "urxvt > terminal colours & keyboard settings"
@echo "zsh # Set up zsh" @echo "wallpapers > system wallpapers"
@echo "clean # deletes absolutely everything" @echo "zsh > shell, aliases and cool stuff"
@echo "" @echo ""
@echo " mostly, i'm just lazy" @echo " mostly, i'm just lazy"
all: git lftp npm nvim ssh sway urxvt zsh all: git lftp npm nvim ssh sway urxvt wallpapers zsh
git: git:
@stow -t ~/ git @stow -t ~/ git
@ -43,6 +43,9 @@ sway:
urxvt: urxvt:
@stow -t ~/ urxvt @stow -t ~/ urxvt
wallpapers:
@stow -t ~/ wallpapers
zsh: zsh:
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
git clone https://github.com/zsh-users/zsh-completions ~/.oh-my-zsh/custom/plugins/zsh-completions git clone https://github.com/zsh-users/zsh-completions ~/.oh-my-zsh/custom/plugins/zsh-completions

View File

@ -1,9 +1,23 @@
# dotfiles & system setup # dotfiles & system setup
```shell
git > global git config & aliases
lftp > sftp management
npm > npm configuration (ha ha)
nvim > neovim config & plugins
ssh > safe-ish ssh config
sway > minimal tiling wm for naughty computers
urxvt > terminal colours & keyboard settings
wallpapers > system wallpapers
zsh > shell, aliases and cool stuff
```
`git clone git@github.com:grawlinson/dotfiles.git ~/.dotfiles` `git clone git@github.com:grawlinson/dotfiles.git ~/.dotfiles`
Clone repository, then setup as desired. Clone repository, then setup as desired.
Look at Makefile, or use GNU Stow directly.
## LICENSE ## LICENSE
The MIT License ([MIT](LICENSE.md)) The MIT License ([MIT](LICENSE.md))

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 544 KiB