A collection of awk
snippets for the Emacs
yasnippet plugin.
Assuming yasnippet
is installed in ~/.emacs.d/plugins/yasnippet/snippets
:
mkdir -p ~/src
cd ~/src
# Clone this repository in ~/src/awk-yasnippets
git clone https://github.com/uberkael/awk-yasnippets.git
# Create a sym link to the repository bits in yasnippet
cd ~/.emacs.d/plugins/yasnippet/snippets
ln -s ~/src/awk-yasnippets/awk-mode .