diff options
| author | Craig Jennings <craigmartinjennings@gmail.com> | 2023-10-31 12:57:34 -0500 | 
|---|---|---|
| committer | Craig Jennings <craigmartinjennings@gmail.com> | 2023-10-31 12:57:34 -0500 | 
| commit | 7bfe7776ea88ba8a0df8be7db0153096cc43c548 (patch) | |
| tree | 7081d4838e9f4e3653c4d3c26de2d14ba8ab8a26 /archsetup | |
| parent | e3fdcd901d0a9f3ec815b0c4deeedd8843666cb7 (diff) | |
adding wordnet-cli
Diffstat (limited to 'archsetup')
| -rwxr-xr-x | archsetup | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -669,6 +669,7 @@ developer_workstation () {  	pacman_install yt-dlp            # video download  	pacman_install mpv               # video viewer  	aur_install wordnet              # thesaurus and lexical database of English language +	aur_install wordnet-cli          # the wn cli; necessary for emacs integration  	aur_install proselint            # grammar checker  	aur_install exercism-bin         # command line tool for exercism.io  	pacman_install python-lsp-server # python language support | 
