Commit Graph

77 Commits

Author SHA1 Message Date
PorridgePi
ae3901c6f0 bootstrap: feat: Add apt update script that checks last run time 2022-10-01 18:18:06 +01:00
PorridgePi
a507be1a51 bootstrap: feat: Add priority via filename 2022-09-29 19:10:16 +08:00
PorridgePi
d02ca42759 bootstrap: homebrew: Initial commit 2022-09-29 19:06:11 +08:00
PorridgePi
04ed5c5368 bootstrap: feat: Add example.sh 2022-09-29 18:53:46 +08:00
PorridgePi
37aeee9e40 bootstrap: zsh: feat: Add macOS support 2022-09-29 18:50:08 +08:00
PorridgePi
bd9897b343 bootstrap: gpg: feat: Add macOS support 2022-09-29 18:10:43 +08:00
PorridgePi
f69bbbf6be bootstrap: python3: feat: Add macOS support 2022-09-29 18:08:00 +08:00
PorridgePi
a21ba6a0ca zshenv: fix: Missing h from arch 2022-09-29 17:53:13 +08:00
PorridgePi
46c52068e2 bootstrap: librespeed-cli: refactor: Move aarch64 arm64 section out from Linux 2022-09-29 17:51:00 +08:00
PorridgePi
967e146480 bootstrap: librespeed-cli: feat: Add macOS support 2022-09-29 17:49:03 +08:00
PorridgePi
88176cdd3e zshrc: fix: Use ll for llt 2022-09-29 05:03:40 +01:00
PorridgePi
f68dfd8738 zshrc: feat: Add $HOME/bin/external to $PATH 2022-09-29 05:03:20 +01:00
PorridgePi
6298992676 bootstrap: librespeed-cli: Initial commit 2022-09-29 05:02:22 +01:00
PorridgePi
794f14dfcf scripts: README: feat: Add wireguard-install 2022-09-29 04:42:11 +01:00
PorridgePi
e70c613cea scripts: README: feat: Use external scripts directory 2022-09-29 04:36:32 +01:00
PorridgePi
223ee6c8c9 scripts: feat: Add directory for external scripts 2022-09-29 04:35:44 +01:00
PorridgePi
45233069f2 scripts: README: Add docker-install 2022-09-29 04:28:45 +01:00
PorridgePi
92a74dda2b zshrc: feat: Add ls tree functions 2022-09-29 03:15:16 +01:00
PorridgePi
d36d14ea98 bootstrap: lsd: fix: Set env variables before installation checks 2022-09-29 02:21:13 +01:00
PorridgePi
860092c100 zshrc zshenv: refactor: Move env section from .zshrc to .zshenv 2022-09-29 02:10:58 +01:00
PorridgePi
db52edc6fd zshrc: feat: Use lsd instead of ls 2022-09-28 21:38:39 +08:00
PorridgePi
441bf78df2 bootstrap: lsd: fix: Add L flag to curl to follow redirection 2022-09-28 20:08:15 +08:00
PorridgePi
0bfdfbffb6 bootstrap: lsd: feat: Remove temp deb file after installation 2022-09-28 20:04:51 +08:00
PorridgePi
589114b86b bootstrap: lsd: fix: Use -p flag for mkdir 2022-09-28 20:04:27 +08:00
PorridgePi
4c786207ab bootstrap: lsd: fix: Create temp folder before curl 2022-09-28 20:03:47 +08:00
PorridgePi
d00c4b29b7 Revert "bootstrap: lsd: fix: Use correct flag o instead of s for curl"
This reverts commit 5c43c391e2.
2022-09-28 20:02:38 +08:00
PorridgePi
5c43c391e2 bootstrap: lsd: fix: Use correct flag o instead of s for curl 2022-09-28 20:01:42 +08:00
PorridgePi
a90c3b4ace bootstrap: lsd: fix: Change ARCH from aarch64 to arm64 2022-09-28 20:00:59 +08:00
PorridgePi
0eaf934c15 bootstrap: lsd: fix: Add missing dollar sign 2022-09-28 20:00:22 +08:00
PorridgePi
be0ecb3305 zshrc: feat: Add ARCH variable 2022-09-28 19:57:26 +08:00
PorridgePi
38568dba85 bootstrap: lsd: feat: Add check if lsd is installed 2022-09-28 19:50:53 +08:00
PorridgePi
6f27d492ec bootstrap: lsd: fix: Add missing fi 2022-09-28 19:50:31 +08:00
PorridgePi
cf5f0abc2e zshrc: fix: Export OS variables as env var 2022-09-28 19:49:18 +08:00
PorridgePi
81dc78a3f9 bootstrap: lsd: Initial commit 2022-09-28 19:42:05 +08:00
PorridgePi
3e4bb8c57d zshrc: feat: Add distro type determination 2022-09-28 19:35:23 +08:00
PorridgePi
29b3e9dea0 zshrc: refactor: Use new variables for OS-specific section 2022-09-28 19:30:02 +08:00
PorridgePi
f4e807c032 zshrc: feat: Add OS determination 2022-09-28 19:28:20 +08:00
PorridgePi
20af09318e zshrc: chore: Move Homebrew from .zprofile to .zshrc 2022-09-27 22:20:02 +08:00
PorridgePi
9d09058bfb zshrc: feat: Add Docker Compose alias 2022-09-27 22:15:15 +08:00
PorridgePi
c658473b82 zshrc: feat: Add ls aliases 2022-09-27 22:14:45 +08:00
PorridgePi
6baa7c2641 zshrc: chore: Comments 2022-09-27 21:54:24 +08:00
PorridgePi
04985cfbb7 zshrc: feat: Add OS-specific section 2022-09-27 21:53:30 +08:00
PorridgePi
eb96b03704 zshrc: feat: Add aliases 2022-09-27 21:34:36 +08:00
PorridgePi
0d561db4bf zshrc: feat: Add pnpm 2022-09-27 21:33:00 +08:00
PorridgePi
bfd4eef5cf zshrc: chore: Organise code 2022-09-27 13:20:00 +00:00
PorridgePi
64e3c8f8d4 zshrc: feat: Correct 256 colours support 2022-09-27 13:04:03 +00:00
PorridgePi
8dbfa0832e zshrc: feat: Add $HOME/bin to PATH 2022-09-27 03:50:41 +00:00
PorridgePi
5a4c5787ac zshrc: chore: Remove macOS specific aliases 2022-09-27 03:48:14 +00:00
PorridgePi
9979f47394 bootstrap: thefuck: Initial commit 2022-09-27 03:46:52 +00:00
PorridgePi
3a4d0db956 bootstrap: python3: Initial commit 2022-09-27 03:45:34 +00:00