Commit Graph

8 Commits (012aab96b2359f6d6a2b0a99f270b7b5efae787f)

Author SHA1 Message Date
sammyette 6d2d1fb61a
fix: dont exclude unix in darwin file 2024-07-19 09:41:11 -04:00
sammyette e905e3e94c
chore: fix build tags 2024-07-19 09:39:51 -04:00
sammyette 7178410746
fix: make sure darwin and unix files exclude each other 2024-07-19 09:37:11 -04:00
sammyette 394686c9ae
fix: use new build tags 2024-07-19 09:21:28 -04:00
TorchedSammy 9e596dc271
refactor: (re)organize and change prelude path and structure
prelude is no longer. it is now nature.
organized the single file prelude into multiple
source files and renamed it to nature. this is coming
after thought that it can turn into a general hilbish
lua core, with user facing modules as well.

this introduces the `nature.dirs` module, to interact
and get recently changed to directories and last/old
cwd.
2022-04-23 00:03:50 -04:00
Will Eccles e34ab5314a
fix: make macOS config path match Linux (#143)
Also moves some variables around in vars_*.go to accommodate the fix.
2022-04-19 22:12:05 -04:00
TorchedSammy 99c9e95eeb
refactor!: change preload.lua to prelude/init.lua, add guide command
this commit has 2 changes:
- preload.lua is now init.lua in the prelude folder. the reason
for the name change of preload to prelude is to make update/
overwrite not hell

- the guide command has been added which is a simple step through
getting started type of thing for new users
2022-03-06 14:45:06 -04:00
TorchedSammy 52379dbdd7
feat: support macos 2022-02-28 18:53:58 -04:00