Commit graph

458 commits

Author SHA1 Message Date
1729cf7ada
fix: Fix alias 2024-07-11 06:34:43 +07:00
5e112ab2d2
fix: Fix gitignore 2024-07-11 05:52:16 +07:00
8299fa588c
chore: Initial nix config 2024-07-11 05:51:07 +07:00
6d9ac7a453
docs: Make it hyperlink 2024-07-11 04:58:35 +07:00
f6b8086c55
feat: CapsLock <-> Esc swap for macOS 2024-07-11 04:57:49 +07:00
8c259f5292
refactor: Move .ff-chrome/ into .include/ dir 2024-07-11 04:54:58 +07:00
b2c85667e6
fix: Also add alias for nix-darwin 2024-07-11 04:26:13 +07:00
04a682f13c
feat: Shortcut to nix config
So that we're able to do `darwin-rebuild --flake .` since there's no
default flake path at the moment. There's however a PR that'll set
nix-darwin default flake path to `~/.config/nix-darwin` (or
`/etc/nix-darwin`).

REF:
 - https://github.com/LnL7/nix-darwin/issues/721
 - https://github.com/LnL7/nix-darwin/pull/741
2024-07-11 04:16:50 +07:00
3e58f91c97
chore: Initial nix-darwin darwin-configuration -> flake migration 2024-07-11 04:12:01 +07:00
3117a62670
chore(deps): Add ffmpeg and ffmpeg4.4
ffmpeg4.4 is required in order to make Firefox-based browser to play
video properly
2024-07-10 11:51:54 +07:00
102d914e4a
fix: Slight site width change 2024-07-10 11:49:54 +07:00
41f7f51fe5
style: Making vertical tab width consistant with sidebar 2024-07-10 11:41:02 +07:00
014606d748
docs: Fix typo 2024-07-10 11:07:06 +07:00
bca922e0a1
feat: userChrome.css for Floorp 2024-07-10 11:05:38 +07:00
eb7c99115e
chore: Migrate to floorp 2024-07-10 08:47:22 +07:00
8ab1be7a41
chore: Disable LSP for Kotlin
Causing memleak
2024-07-10 07:46:24 +07:00
e2a8c33d46
enhance: Bluetooth workaround
REF: https://github.com/null2264/Hackintosh-L460?tab=readme-ov-file#bluetooth-workaround
2024-07-09 08:56:34 +07:00
5087a63877
fix: Include PYENV_ROOT in PATH 2024-07-09 08:56:07 +07:00
4edefc15ff
fix: cdgit for macOS setup 2024-07-09 08:55:48 +07:00
2ee7dcd7a0
feat: Script for SDKMAN! java setup on macOS
macOS find JAVA_HOME differently than other OS for some reason, and it
doesn't seems to be documented either, but basically macOS will detect
latest JVM(Platform) in "/Library/Java/JavaVirtualMachines" (or
"~/Library/Java/JavaVirtualMachines"). To do detect the version they
look up Info.plist in "<java-distro>/Contents", if it's the newest it
then print the "Home" dir path of that distro.
(e.g. "/Users/<user>/Library/Java/JavaVirtualMachines/zulu-13.0.0/Contents/Home")

Not sure why SDKMAN! didn't handle this themselves, but whatever. This
solve my issue when trying to run KMM iOS App

REF: https://stackoverflow.com/questions/76523553/how-to-make-usr-libexec-java-home-find-jdk-installed-using-sdkman-on-macos
2024-07-08 12:55:03 +07:00
5f6b1b210f
fix: zsh-xdg-setup breaks nix-darwin setup 2024-07-08 09:30:26 +07:00
84e0d69982
chore(deps): Update nvim plugins 2024-07-08 09:29:54 +07:00
9e8f104d51
chore(env): Android SDK build-tools tips 2024-07-06 10:25:25 +07:00
19d771ec61
fix: Android SDK fuckery
REF: https://wiki.archlinux.org/title/android#Making_/opt/android-sdk_group-writeable
2024-07-06 10:09:48 +07:00
6f9f1b5b5f
feat: LSP for Kotlin 2024-07-04 18:29:13 +07:00
70f2ee8bbe
fix(nvim): Load LSP on LazyFile 2024-07-02 11:54:55 +07:00
ad81040d1d
fix: Don't force use wayland
In case I need to use X11 DE, since Hyprland performance has been
regressing lately
2024-07-02 11:54:12 +07:00
2e51cf2005
fix(hyprland): new_is_master is replaced by new_status = master 2024-06-19 17:53:18 +07:00
c5da14d0cc
feat(ideavim): Enable smartcase search 2024-06-19 17:52:45 +07:00
8b19b447e5
feat(electron): Enable ozone platform 2024-06-19 17:52:22 +07:00
a119c78928
fix: Enable IME support for electron on wayland 2024-06-03 11:20:36 +07:00
ab6119b88c
fix: Comment out IME env variable
This somehow crash fcitx5 on wayland
2024-06-03 11:19:16 +07:00
de2ce91538
chore: Update ideavimrc
Because IdeaVIM still hasn't support LUA, not even embedded LUA works
iirc.

REF: https://github.com/JetBrains/ideavim/discussions/402
REF: https://youtrack.jetbrains.com/issue/VIM-2463
2024-05-24 06:59:48 +07:00
1618377cc1
feat: Install and configure doas 2024-05-23 18:45:52 +07:00
b8a9f3f231
fix: nix 2024-05-23 10:07:00 +07:00
68e853bf39
fix: Brew path 2024-05-23 10:03:27 +07:00
a87694e968
fix: Ffs mac 2024-05-23 09:56:28 +07:00
62940d4a4d
fix: Mac moment 2024-05-23 09:54:55 +07:00
bc16666a25
fix: Don't bother me if brew is not installed 2024-05-23 09:53:00 +07:00
d0cfdbbbf3
refactor: More automation
- Use bash instead of zsh
- Change shell to zsh
- Install zsh config
2024-05-22 13:32:07 +07:00
1891bd328c
feat(bootstrap): Install packages 2024-05-22 13:17:36 +07:00
eef50b9e2c
fix(zshenv): Use default java as JAVA_HOME on ArchLinux 2024-05-21 09:33:05 +07:00
f0098cbd82
feat: Initial bootstrap scripting
Currently only creating a symbolic link for x* configs
2024-05-20 09:38:35 +07:00
af4234464f
feat: zsh-xdg-setup 2024-05-18 14:32:01 +07:00
61fac023fd
chore: Ignore include/dotfiles 2024-05-18 14:15:06 +07:00
9f4398e9ae
chore: Don't include include/dotfiles by default 2024-05-18 14:14:28 +07:00
d01b860b75
enhance(pre-bootstrap): Shortcut 2024-05-18 14:08:37 +07:00
c0760597d2
chore: Rename setup-dotfiles -> pre-bootstrap 2024-05-18 14:02:06 +07:00
4b2fbee244
refactor: Simplify setup script 2024-05-18 14:00:46 +07:00
8d2166bfda
enhance(zshenv): XDG - nvm 2024-05-18 12:55:19 +07:00