No description
Find a file
Ade Attwood 5c3892b1a6 feat(emacs): add custom projectile project type
Add a new project type for Practically Makefile projects that are using
conventional tools.

This implements a few features all based around PHP and JavaScript projects. The
most notable features are:

- Compilation error detection for Jest JS testing framework
- Compilation error detection for Psalm PHP static analyser
- Alternate file support for Codeception "Cest" files
- JS test commands supporting "Jest"
- PHP test commands supporting "Codeception", "PHP Unit" and "Simple PHP Unit"
- Full project test support detecting the file type and the test command to run
2022-02-19 20:19:43 +00:00
data refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
manifests chore: add languagetool back in 2022-02-19 14:43:14 +00:00
scripts fix(core): sync puppet modules before applying the manifests 2020-09-21 20:08:52 +01:00
site-modules feat(emacs): add custom projectile project type 2022-02-19 20:19:43 +00:00
.gitignore feat(pp): update to bolt v3 2021-04-30 20:45:06 +01: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 add windows install 2016-11-20 09:22:46 +00:00

Install Unix

Warning this install will override any dotfiles and the full vim bundle directory!

git clone https://github.com/AdeAttwood/Dotfiles.git ~/.dotfiles
chmod +x ~/.dotfiles/install/install_unix.sh
~/.dotfiles/install/install_unix.sh

Install Windows

git clone https://github.com/AdeAttwood/Dotfiles.git %USERPROFILE%\_dotfiles
%homepath%\_dotfiles\install\install_win10.bat