David Heinemeier Hansson
b0844e8a7b
Fix indention
2024-07-27 10:51:21 -07:00
David Heinemeier Hansson
574c91e749
Move first run choices under install
2024-07-27 10:51:12 -07:00
David Heinemeier Hansson
e1bf2341f5
Merge pull request #187 from rmacklin/generalize-boot.sh
...
Generalize `boot.sh` to support running any ref
2024-07-27 09:26:35 -07:00
David Heinemeier Hansson
0d7383bad5
Add migration for 1.1.2
2024-07-27 08:38:16 -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
befaa90905
Merge pull request #219 from mustafabulut34/patch-1
...
Fix window title and class in .desktop files
2024-07-25 20:23:50 -07:00
David Heinemeier Hansson
9f900e1813
Merge pull request #232 from cyommer/master
...
Fix gum installer
2024-07-25 12:11:47 -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
cyommer
b2c5ba89f2
Merge pull request #1 from cyommer/fix_gum_link
...
Fix gum download link
2024-07-25 10:34:50 -05:00
Chris Yommer
62da345358
Fix gum download link
2024-07-25 10:19:03 -05:00
Mustafa BULUT
f614164b26
Fix window title and class in .desktop files
2024-07-17 01:41:23 +03:00
David Heinemeier Hansson
c6d7c879ba
Merge pull request #213 from CillianMyles/feature/add-tldr-cli
...
Add TLDR CLI Support
2024-07-14 10:44:06 +02:00
Cillian Myles
72792e4b63
feat: add tldr cli support
2024-07-13 17:36:03 +01:00
David Heinemeier Hansson
be7635ffca
Merge pull request #199 from javajosh/check-version
...
Factor out version check code into a separate script. Call the script…
2024-07-13 15:21:04 +02:00
javajosh
a43dfdffd7
Remain silent on successful version check.
2024-07-12 12:36:01 -04:00
javajosh
789a2a04ef
Merge branch 'basecamp:master' into check-version
2024-07-12 10:57:30 -04:00
David Heinemeier Hansson
f288b63a27
Release v1.1.1
2024-07-12 14:19:31 +02:00
David Heinemeier Hansson
36464839c9
Alpha sort list and make room for the new addition
2024-07-12 12:25:13 +02:00
David Heinemeier Hansson
99978885e7
Merge pull request #193 from alanmaciel/doom-emacs
...
Doom emacs
2024-07-12 12:23:43 +02:00
David Heinemeier Hansson
b13a0041f2
Switch nord scheme for Neovim to fix visibilty bug
...
Closes #111 , #109
2024-07-12 12:21:50 +02:00
David Heinemeier Hansson
66182b859d
Add Zed as an optional editor choice
2024-07-12 12:15:06 +02:00
javajosh
1b036342a2
Factor out version check code into a separate script. Call the script in install.sh after the omakub clone in boot.sh
2024-07-09 10:15:31 -04:00
David Heinemeier Hansson
dced8744b5
Match file check with source
...
Closes #188
2024-07-09 14:42:26 +02:00
Alan Maciel
f75254c039
Remove some libs
2024-07-06 14:29:24 -06:00
Alan Maciel
c284fe3dab
Add doom emacs
2024-07-05 14:40:51 -06:00
Richard Macklin
2f1544548d
Remove no-longer-needed boot-dev.sh
...
The only unique part here was setting `OMAKUB_REF`, but we can do that
instead in
32701d97e8/install-dev
2024-07-04 00:09:57 -07:00
Richard Macklin
ebc6863740
Avoid unnecessary git commands if OMAKUB_REF is master
...
Otherwise it'd try to check out the branch it's already on.
2024-07-04 00:09:26 -07:00
Richard Macklin
1767107038
Generalize boot.sh to support running any ref
...
This will enable running not only the `master` and `stable` branches,
but also unmerged commits, so that we can easily test them.
2024-07-04 00:09:19 -07:00
Richard Macklin
d41cc76dce
Make boot.sh and boot-dev.sh executable
2024-07-04 00:09:10 -07:00
David Heinemeier Hansson
f0e6c9a81d
Merge pull request #182 from florentdestremau/patch-3
...
Added wink emoji 😉 to xcompose
2024-07-04 08:46:59 +02:00
David Heinemeier Hansson
bdb2f90a45
Merge pull request #186 from rmacklin/uncomment-set-e
...
Restore `set -e` line in `install.sh`
2024-07-04 08:44:52 +02:00
David Heinemeier Hansson
a745b58ca7
Merge pull request #185 from rmacklin/use-default-browser-to-open-manual
...
Use default browser to open omakub manual
2024-07-04 08:44:17 +02:00
Richard Macklin
9ad3abf359
Restore set -e line in install.sh
2024-07-03 20:20:48 -07:00
Richard Macklin
34cf9782fd
Use default browser to open omakub manual
...
Users may have changed their default browser from Chrome to Brave or
Firefox (or another browser), so let's leverage `xdg-open` to open the
manual using their default browser.
2024-07-03 19:21:19 -07:00
Florent Destremau
b6ae14c84c
Added wink emoji 😉 to xcompose
...
As suggested in #159 , here's the wink emoji only PR !
2024-07-03 21:04:37 +02:00
David Heinemeier Hansson
aeb2e0e303
Release 1.1.0
2024-07-03 19:40:58 +02:00
David Heinemeier Hansson
5246651f28
Merge branch 'master' into stable
2024-07-03 19:40:16 +02:00
David Heinemeier Hansson
71e5de79b0
Merge pull request #138 from valeriofarias/add-uninstall-chrome
...
Add uninstall chrome
2024-07-03 19:12:25 +02:00
David Heinemeier Hansson
2a76b760ac
Add praying emoji
2024-07-03 19:09:42 +02:00
David Heinemeier Hansson
73f0c56a19
Merge pull request #143 from andreimaxim/extend_path
...
Add the path set at the OS level
2024-07-03 19:07:20 +02:00
David Heinemeier Hansson
fb9699dd27
Reveal week numbers in the Gnome calendar
...
Closes #157
2024-07-03 19:04:02 +02:00
David Heinemeier Hansson
cf39bbed56
Fix all fonts to use Mono
...
Closes #171
2024-07-03 18:55:28 +02:00
David Heinemeier Hansson
ec5101701d
Use Manual online instead
2024-07-03 18:44:56 +02:00
David Heinemeier Hansson
6b40bb0669
Missing space
2024-07-03 17:41:08 +02:00
David Heinemeier Hansson
a01ef804d6
Allow terminal-only installation and use upfront choices
2024-07-03 14:17:19 +02:00
David Heinemeier Hansson
9dee5f0538
Display current version
2024-07-03 14:17:00 +02:00
David Heinemeier Hansson
85e2120bf1
Make choices up front
2024-07-03 14:16:52 +02:00
David Heinemeier Hansson
c06a0b041a
Have boot live here rather than in site repo
2024-07-03 14:16:41 +02:00