Yea thats it, we are bringing back the use of emacs. This is very much the "why choose" way and using the correct tool for the job. I have now gone back to emacs for all the productivity / notes related stuff. Code will still continue to be in neovim. The developer experience nvim brings is really nice, the community around plugins is amazing, you can really get your work done fast. What it does not have is org-mode, this is the feature of emacs and I would like to go back to using it. Emacs has now replaced todoist, obsidian and gmail web client. Singularly, I think these tools are on par if not better sometimes that the emacs replacement. However, together with org-link, this is where the power is. Being able to quickly capture tasks that link back to emails is supper powerful. The org-mode stuff is generally the same. It uses evil mode, so my fingers don't get lost, Doom to make it look good. All the key bindings are the same, it's just ripped out all the code and language support. The only code related package is company so I can get completion on the roam links just like you do in obsidian. Email is powered by notmuch. I said this replaces the gmail web client, however, it's really a couple of other too. The main benefit over have this is you can have one inbox for multiple accounts. Having a single list for your inbox is a grate way to keep track of everything. This will org capture and org links works perfectly with the inbox zero flow, having the ability to file things away not lose track of them is really nice. |
||
|---|---|---|
| data | ||
| img | ||
| lib | ||
| manifests | ||
| modules | ||
| scripts | ||
| site-modules/core | ||
| .gitignore | ||
| .luacheckrc | ||
| .stylua.toml | ||
| bolt-project.yaml | ||
| bolt.yaml | ||
| hiera.yaml | ||
| Puppetfile | ||
| README.md | ||
Dotfiles EST 2015
Personal system configuration
This is my over complicated system configuation managed with Puppet, containing all the usual tools you would expect from a terminal development workflow.
Prerequisites
Before you consider using this configuration, it is recommended that you have your own repository and you just take what you need from this repository and adapt it to your needs. If you really want this configuration then it is recommended that you fork, review the code and remove anything you don't need.
To install the configuration Puppet Bolt and Git are required to on the system so you can run the install scripts.
Install
NOTE: Currently the only OS supported is Ubuntu MATE, up until 2020 Ubuntu Desktop was used at work so that should have good support but really any Debian system should be OK.
# Clone the repo
git clone https://gitlab.com/adeattwood/dotfiles.git ~/.dotfiles
# Apply the configuration
site-modules/core/files/bin/dotfiles apply
