No description
Find a file
Ade Attwood 7f95ee24f8 refactor(vim): move to eslint_d from eslint
Eslint has become slow for some projects for reasons unknown. In an
attempt to speed up my linting process, I'm experimenting with eslint_d,
which keeps a process running. For the time being, I'd like to keep
linting and formatting separate from the Language Server Protocol (LSP)
to avoid the need to install every LSP. This way, I can have `shfmt`
without the bash LSP, for example.

For JavaScript, I may consider moving this into an LSP since I use it
for work, which would justify combining responsibilities. However, for
now, I'll be giving eslint_d a try.
2023-11-08 07:56:41 +00:00
data refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
img chore: add screenshots 2022-02-19 23:20:38 +00:00
lib style(configz): run stylua on the modules and libraries 2023-10-15 15:51:11 +01:00
manifests feat(pp): move the tmux config over to configz 2023-11-04 16:52:32 +00:00
modules chore(vim): remove indent-line, orgmode, and conjure 2023-11-08 07:43:50 +00:00
scripts fix(core): sync puppet modules before applying the manifests 2020-09-21 20:08:52 +01:00
site-modules/core refactor(vim): move to eslint_d from eslint 2023-11-08 07:56:41 +00:00
.gitignore feat(core): start on the clojure journey 2023-04-25 21:00:23 +01:00
.luacheckrc refactor(vim): update the LSP config to better support nvim dev 2023-06-02 18:03:31 +01:00
.stylua.toml style(vim): add lua style and luacheck and format lsp config again 2022-12-22 20:41:30 +00:00
bolt-project.yaml feat(pp): update to bolt v3 2021-04-30 20:45:06 +01:00
bolt.yaml refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
hiera.yaml refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
Puppetfile feat(core): add private puppet module for the proprietary stuff 2020-09-21 20:13:28 +01:00
README.md docs: update readme 2022-02-19 23:16:42 +00:00

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