David Heinemeier Hansson
22850f9c53
Revert "refactor: replace apt-get with just apt"
2025-03-04 10:36:02 +01:00
Tony Messias
79f675b608
Remove the dev lang for elixir && erlang (I was getting an error)
2025-03-03 17:19:25 -03:00
Tony Messias
8f1d664d5e
Wrap var in quotes
2025-03-03 17:10:33 -03:00
Tony Messias
08b614e662
Fix indentation
2025-03-03 17:08:33 -03:00
Tony Messias
e1d7c4a8e3
Fix confirmation not setting booleans
2025-03-02 11:01:51 -03:00
Tony Messias
b30e34d63f
Merge branch 'master' into tm/lazyvim-extras-modular
2025-03-02 10:52:06 -03:00
Tony Messias
86762428dc
Make the LazyVIM plugins optional and add uninstall scripts for the dev langs and their lazyvim plugins
2025-03-02 10:48:42 -03:00
David Heinemeier Hansson
7847f4d4d5
Fix indention
2025-03-01 19:09:07 +01:00
David Heinemeier Hansson
90e15abd36
Use latest Ruby, just like every other dev environment
2025-03-01 19:09:07 +01:00
David Heinemeier Hansson
737870ffbc
Merge pull request #393 from andrewgarner/patch-1
...
Fix :checkhealth typo in Neovim install script
2025-03-01 18:54:38 +01:00
billybonks
81c6b58d94
refactor: replace apt-get with just apt
...
i was exploring why we are running update many places in the codebase
and noticed we used apt-get in the start but it doesnt seem required, so
proposing to stream line the commands with just one
2025-02-23 20:08:15 +08:00
Andrew Garner
c01beae0ea
Fix :checkhealth typo in Neovim install script
2025-02-11 16:19:52 +00:00
Tony Messias
47f627e5fd
Fix missing a semicolon
2025-02-05 12:02:00 -03:00
Tony Messias
5cab585244
Merge branch 'master' into tm/lazyvim-extras-modular
2025-02-05 11:57:54 -03:00
Tony Messias
6ba5e0b919
Use a in-place file editing trick instead of relying on a tmp file
2025-02-05 11:52:49 -03:00
Tony Messias
84f9e4a3a4
Rename variables
2025-02-05 11:35:13 -03:00
David Heinemeier Hansson
e69d324cb6
Merge branch 'master' into resolve-checkhealth-warnings
2025-02-05 09:44:49 +01:00
David Heinemeier Hansson
057c2d7efd
Revert "Add the julia programming language"
2025-02-04 15:08:40 +01:00
David Heinemeier Hansson
062ab9da5c
Merge pull request #368 from afonsomm/julia
...
Add the julia programming language
2025-02-04 15:05:12 +01:00
David Heinemeier Hansson
277915554c
Merge pull request #378 from EricGusmao/update-ruby-version
...
Update Ruby and PHP version on installation
2025-02-04 15:00:59 +01:00
David Heinemeier Hansson
aeb2ca27ec
Dont enable go for lazyvim since it may not be installed
...
Closes #306
2025-02-04 14:46:05 +01:00
Eric Gusmao
6609d17164
Set default PHP version to 8.4 on installation
2025-02-03 18:39:38 -03:00
Eric Gusmao
8e55c3820e
Set Default Ruby version to 3.4 on installation
2025-02-03 18:36:02 -03:00
Nedim Hadzimahmutovic
4af8fdb886
fix new neovim file naming
2025-01-29 20:26:55 +07:00
Nedim Hadzimahmutovic
ef7b64ea16
Add new neovim url
2025-01-29 20:09:13 +07:00
afonsomm
4e35b22350
Add julia
2025-01-23 17:12:35 +00:00
han
b78a3c0458
Resolved the lazyvim checkhealth warnings for luarocks and tree-sitter
2025-01-21 21:59:57 +07:00
David Heinemeier Hansson
b44db3a69a
Merge pull request #315 from ninadsachania/remove-lazyvim-git-folder
...
Remove LazyVim's .git folder
2024-11-09 01:47:19 +01:00
Roman Dmytrenko
679e4423b6
Drop customization for LazyVim starter config checker
...
The default is false now and sed doesn't work/need anymore
Refs: LazyVim/starter/commit/cb6349c
2024-10-26 12:52:53 +03:00
Tony Messias
8b4102521a
Remove TypeScript extras plugin when install PHP
2024-10-25 12:37:19 -03:00
Ninad Sachania
943cbf083f
Remove the .git folder, so a user can add it to their own repo later
2024-10-19 02:44:53 +05:30
David Heinemeier Hansson
0e2ae696cf
Merge pull request #297 from asmrtfm/fix/sudo-apt-install-sudo
...
fix/sudo-apt-install-sudo
2024-10-13 22:19:39 +02:00
Ahmed Shahwan
e5d371c6fc
Fix: mise architecture
2024-10-10 14:04:12 +03:00
asmrtfm
d7b597b10c
remove unnecessary package from prerequisites installation step
2024-10-07 00:03:10 -04:00
Tony Messias
46859d8d2b
Enable lazyvim extras based on the language
2024-09-08 22:43:20 -03:00
Tony Messias
494becb038
Remove the lazyvim.json config
2024-09-08 22:30:52 -03:00
David Heinemeier Hansson
05960baee4
Remove ufw until we can sort it out proper
...
Not working as intended at the moment
2024-09-07 21:09:28 -07:00
David Heinemeier Hansson
ce1e74446f
Merge pull request #253 from Kasui92/fastfetch
...
Add fastfetch config
2024-09-07 14:43:37 -07:00
Luca Pattocchio
700bbdda8e
Add fastfetch config
...
Check on config file
Add migration
2024-08-22 23:45:23 +02:00
David Heinemeier Hansson
ca61ed59f1
Merge pull request #104 from gregmolnar/security
...
enable ufw and turn of iptables for docker
2024-08-22 06:48:01 -07:00
Luca Pattocchio
9e82efbd28
Replace Vitals with TopHat
...
fix reviews
2024-08-22 14:38:25 +02:00
Greg Molnar
19e29b6289
enable ufw and turn of iptables for docker
2024-08-21 21:47:12 +00:00
Jeremy Daer
2b14a52aa8
Switch to Docker's apt repo for current releases
2024-07-30 22:41:22 -07:00
David Heinemeier Hansson
e94dae6ad4
Add postgresql client libraries
...
Closes #217
2024-07-27 07:51:52 -07:00
David Heinemeier Hansson
4a45f5af6a
rustc required for Ruby YJIT
2024-07-27 07:20:34 -07:00
David Heinemeier Hansson
40eab22918
Merge branch 'master' into master
2024-07-25 12:11:16 -07:00
David Heinemeier Hansson
5fe22918fc
Update app-gum.sh
...
Latest version. Need a different approach here to prevent breakage on updates.
2024-07-25 11:49:41 -07:00
Chris Yommer
62da345358
Fix gum download link
2024-07-25 10:19:03 -05:00
Cillian Myles
72792e4b63
feat: add tldr cli support
2024-07-13 17:36:03 +01:00
David Heinemeier Hansson
7711ecb60b
Split into desktop and terminal
...
And add a bunch more apps
2024-07-03 14:15:53 +02:00