Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Update will only update the directory the repo is in
# unless you add the install option too

update:
@git pull origin

install:
@cp .spacemacs .xbindkeysrc .xinitrc .zprofile .zshenv .zshrc ~/
@cp -a -r .config/. ~/.config
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Dotfiles

## Installation

### Install using make


``` sh
$ make install
```

#### Update

```sh
$ sudo make update install
```

## Example

<div align="center">

![Desktop](.images/desktop.png)

</div>
</div>