Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idcrook/.emacs.d
macOS / Linux emacs configs, placed in its own repo
https://github.com/idcrook/.emacs.d
emacs emacs-conf emacs-configuration emacs-lisp
Last synced: 1 day ago
JSON representation
macOS / Linux emacs configs, placed in its own repo
- Host: GitHub
- URL: https://github.com/idcrook/.emacs.d
- Owner: idcrook
- Created: 2019-05-01T16:20:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T18:16:50.000Z (10 days ago)
- Last Synced: 2025-01-14T04:13:34.120Z (7 days ago)
- Topics: emacs, emacs-conf, emacs-configuration, emacs-lisp
- Language: Emacs Lisp
- Homepage: https://github.com/idcrook/i-dotfiles
- Size: 422 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
auxiliary utilities
===================see [i-dotfiles emacs](https://github.com/idcrook/i-dotfiles/tree/main/emacs) for add'l details
python
------```shell
# pip3 install --user jedi flake8 autopep8 yapf black rope
# pip3 install --user virtualenvwrapper
pip3 install --user yamllint
pip3 install --user grip
pip3 install --user wakatime
pip3 install --user "debugpy"
```node
----I prefer `nvm` to manage node.js/npm packages.
```shell
nvm which node
npm list --global --parseable --depth=0
``````shell
npm install --global marked
# npm install --global vmd
npm install --global tern
npm install --global js-beautify
npm install --global jsxhint
# npm install --global gulp-cli
# npm install --global jsonlint
# npm install --global jshint
```golang
------```shell
GO111MODULE=on go get -v github.com/moorereason/mdfmt
```See [moorereason/mdfmt: Like gofmt, but for Markdown with front matter.](https://github.com/moorereason/mdfmt)
- Working build instructions here: [i-dotfiles/golang at main · idcrook/i-dotfiles](https://github.com/idcrook/i-dotfiles/tree/main/golang#mdfmt---markdownfmt-replacement)