Commit Graph

75 Commits

Author SHA1 Message Date
madumlao 1187a60ec2 Add custom gopath so it doesn't litter home directory 2026-04-10 11:23:55 +08:00
madumlao e29ebb3b9a Add support for debian 2025-12-16 17:56:03 +08:00
madumlao 63b2ea7388 Use which instead of type so that bash doesnt report error to GUI 2025-05-06 22:47:43 +08:00
madumlao bd9bc865ab Add alias for winget if present 2025-04-29 17:07:19 +08:00
madumlao 1a943907db Fix spacing when error is shown 2025-04-29 15:56:50 +08:00
madumlao e903a3a256 Add return value to bash prompt 2025-04-29 15:54:59 +08:00
madumlao 1c69b6de79 Add return value to zsh prompt if nonzero 2025-04-29 14:11:07 +08:00
madumlao f203391ee6 Add profile-post files for variables that need to be initialized last 2025-04-18 18:04:53 +08:00
madumlao 2a71415f0f Fix comment color position 2025-04-16 22:05:35 +08:00
madumlao 2a6cc1709a Change comment color scheme in for readability in macos 2025-04-16 22:02:21 +08:00
madumlao 954ee8eadb Add iterm2 integration for macos 2025-04-14 14:27:25 +08:00
madumlao 935da20ddf Add HIST_IGNORE_SPACE 2024-06-16 18:18:11 +08:00
madumlao a1e8f2f9f9 Cleanup perl includes (rarely used) 2024-03-30 14:39:07 +08:00
madumlao ddec4491fd Change apt to dnf 2024-03-29 13:06:27 +08:00
madumlao e5c1bba6a6 Use raw install.sh instead of src 2024-03-29 13:04:54 +08:00
madumlao ab660d570d Update formatting 2024-03-23 13:26:53 +08:00
madumlao a583e27d69 Add description of profile repo 2024-03-23 13:24:29 +08:00
madumlao cc4eb4f544 Add support for RHEL / Oracle (9xx) 2024-03-23 13:13:29 +08:00
madumlao 0a659528a4 Make sure to emulate /etc/profile in bash 2024-03-23 12:59:04 +08:00
madumlao 49b97d5697 Update pyenv - no more need for workarounds 2024-03-23 12:58:34 +08:00
madumlao 0ba21d0238 Update remote url to gitea 2024-03-23 12:57:12 +08:00
madumlao b141fdc91e Put placeholder for per-platform installers 2024-03-13 05:50:54 +08:00
madumlao e1c9afccf4 Separate ubuntu install from main install.sh 2024-03-13 05:46:13 +08:00
madumlao 853b75288a Change upstream to gitlab 2024-03-13 05:17:13 +08:00
madumlao 3337f6d46e Quiet sudo checking of apt 2024-03-10 20:47:17 +08:00
madumlao 02597326f1 Remove grep -v ...echo from pyenv init, probably needed before 2024-03-06 22:22:39 +08:00
madumlao d8dff46fdc Add quick install instructions 2024-03-02 18:43:44 +08:00
madumlao e2d7019732 Add apt update step (so that full package list is enabled) 2024-02-17 18:50:11 +08:00
madumlao 1c648e8df5 Add .local/bin to PATH 2023-11-29 23:05:03 +08:00
madumlao 512be28cd2 Replace nenv with nodenv 2023-09-14 00:14:55 +08:00
madumlao 6f4eb81245 Set HISTSIZE in bash to unlimited 2022-07-09 19:53:29 +08:00
madumlao 58b917efb1 Include .vimrc-local if it exists 2022-01-05 09:10:37 +08:00
madumlao b9807c2232 Force libdir=llib for php (libdir detection for 64bit systems fails) 2022-01-03 20:59:01 +08:00
madumlao c8f3b1b5bb Fix typo in phpenv root 2022-01-03 10:30:23 +08:00
madumlao 3be8cc79c8 Don't install .profile-local/.profile-private if found in src 2021-12-29 18:01:54 +08:00
madumlao 3643bbdefb Ignore .profile-local and .profile-private 2021-11-06 08:56:30 +08:00
madumlao 801b176e71 Fix mistake with update-alternatives 2021-11-05 20:20:51 +08:00
madumlao 571214ad24 Set vim.nox as default editor 2021-11-05 20:18:45 +08:00
madumlao fa77c74fc9 Do not change shell is zsh was not installed 2021-11-05 19:43:42 +08:00
madumlao 72371a183f Run pyenv init --path if pyenv version -gt 1 2021-05-27 15:11:03 +08:00
madumlao 0dcb2efeac Remove warnings from pyenv
pyenv currently issues a warning that it no longer sets PATH and
recommends that you set PATH yourself. This warning is unnecessary if
the pyenv user does set PATH and cannot be disabled. Profile hardcodes
to remove the warning.
2021-05-27 15:00:37 +08:00
madumlao 3f7fb94819 Fix oh-my-zsh install path 2021-05-09 10:24:38 +08:00
madumlao eb27b8b810 Only source zsh_command_not_found if existing 2021-04-29 09:06:39 +08:00
madumlao b783753895 Attempt to change default shell to zsh 2021-04-21 16:18:32 +08:00
madumlao 1f0d0fb9d0 Print warning if user cannot sudo to install packages 2021-04-21 16:11:34 +08:00
madumlao 4b203c2a22 Only source kubectl if it exists 2021-04-21 16:05:37 +08:00
madumlao 0092e51c81 Fix typo of Vundle repo source 2021-04-21 15:59:20 +08:00
madumlao 50d99a90e9 Add vim to installer 2021-04-21 15:54:20 +08:00
madumlao 89a67db56b Add selected-editor setting 2021-04-21 15:54:00 +08:00
madumlao afc8e70cea Fix typo in pyenv root 2021-04-21 15:35:21 +08:00