Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smlb authored Aug 20, 2017
1 parent e7b49dd commit 88908ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ Nothing special, just the main config for my x230, on Void Linux.
* vim
* zsh
* tmux

A little note, all the packages installed are in `void_packages`, you can achieve the same result with the following command.

```
xbps-query -l | awk '{print $2}' | sed 's/-[0-9].*//' > void_packages
```

0 comments on commit 88908ff

Please sign in to comment.