|
You are here |
tty1.blog | ||
| | | | |
benmyers.dev
|
|
| | | | | The trick I use all day to speed up development and make my Unix terminal delightful. | |
| | | | |
shreevatsa.wordpress.com
|
|
| | | | | If you have ever put something in a file like .bashrc and had it not work, or are confused by why there are so many different files -- .bashrc, .bash_profile, .bash_login, .profile etc. -- and what they do, this is for you. The issue is that Bash sources from a different file based on what... | |
| | | | |
rgoswami.me
|
|
| | | | | Discussion on dotfile management, a meandering path to my current setup from dotgit to bombadil. EDIT: Superseded by my chezmoi configuration described here Background No one gets very far working with stock one-size fits all tools in any discipline but it is especially true of working with computers. The right set of dotfiles have been compared to priming spells for invocation later, and this is probably true. More than anything else, dotfiles offer familiarity where there is none, be it from cowsay or a fancy shell prompt1. | |
| | | | |
ncona.com
|
|
| | | In this post we're going to configure neovim to work with Arduino Language Server. Nvim Lsp Config Neovim comes with an LSP client included, nvim-lspconfig is a plugin that helps us configure the client so it can talk to LSP servers. This configuration should be enough to get started with Arduino: 1 2 3 4 5 6 return { | ||