mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 19:17:27 +00:00
12 lines
214 B
Bash
Executable file
12 lines
214 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "Updating epkgs..."
|
|
cd epkgs
|
|
git pull
|
|
cd ..
|
|
|
|
|
|
./buildarchive magit yasnippet markdown-mode deft gist hl-sentence ido-ubiquitous haskell-mode color-theme-solarized full-ack evil undo-tree
|
|
|
|
./sync
|
|
|