Commit Graph

114 Commits

Author SHA1 Message Date
Frank Qing
9e9672862c Update marker.sh path in .zshrc 2024-05-01 13:22:05 +08:00
Frank Qing
f6881d46a2 Update ZSH_THEME to powerlevel10k/powerlevel10k 2024-05-01 13:18:58 +08:00
Frank Qing
711501d499 Update install.sh script to check for fontconfig dependency 2024-05-01 13:13:50 +08:00
Frank Qing
cdf05a1601 Update .zshrc with Powerlevel10k instant prompt and apply patch 2024-05-01 13:04:41 +08:00
Frank Qing
b31f7e2f66 Update ZSH variable in install.sh 2024-05-01 12:49:13 +08:00
Frank Qing
b80464b17a Add directory creation for ZSH_CONFIGS_DIR 2024-05-01 12:47:16 +08:00
Frank Qing
4fd09787a7 Fix raw file url 2024-05-01 12:44:20 +08:00
Frank Qing
ff76824283 Customize zsh installation 2024-05-01 12:31:40 +08:00
jotyGill
f0b089dacc Merge pull request #28 from jotyGill/develop
Develop
2024-01-01 09:05:39 +00:00
JGill
6eee531f7d Merge branch 'develop' of github.com:jotyGill/ezsh into develop 2024-01-01 19:33:49 +10:30
JGill
13b602f11e added -non-interactive fzf-tab-module, fixed fonts URLs 2024-01-01 19:22:09 +10:30
jotyGill
774db50bb2 Merge pull request #26 from jotyGill/master
ezsh-1.1.0
2023-04-15 13:50:20 +00:00
jotyGill
0b844e878c Merge pull request #25 from jotyGill/develop
Develop pull
2023-01-19 00:54:49 +00:00
JGill
76241138d4 mkdir ~/.config/ezsh/zshrc for personal configs, better alias l 2023-01-05 11:48:50 +00:00
JGill
54a7f0139e Remove unnecessary creation of ~ in current directory 2022-05-12 11:08:22 +05:30
jotyGill
ee90a0a380 Merge pull request #23 from jotyGill/develop
Bug fix directory not found, when upgrading from old setup
2022-04-29 08:06:38 +00:00
JGill
e6fdffd502 Bug fix directory not found, when upgrading from old setup 2022-04-29 13:29:51 +05:30
jotyGill
0e0f4f93a2 Merge pull request #22 from jotyGill/develop
Pull from develop
2022-04-24 09:54:26 +00:00
JGill
991119a0d3 New ohmyzsh repo location, putting it in after merge fix 2022-04-24 15:21:29 +05:30
JGill
d9770a28ec Merge remote-tracking branch 'origin/master' into develop 2022-04-24 15:18:56 +05:30
JGill
31700e30ab Proper fix for oh-my-zsh update, #20 #21 2022-04-24 15:03:48 +05:30
JGill
b232e2077b Pushing master into develop 2022-04-24 14:11:04 +05:30
jotyGill
317f318f7f Merge pull request #20 from HoBeom/patch-1
use https:// link for cloning on git instead of git:// fixes #18
2022-03-16 18:08:54 +00:00
jeonhobeom
81a2427a4c Update install.sh
Update git protocol fatal error

```
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
```
2022-03-16 14:18:12 +09:00
jotyGill
f67aafdf32 Merge pull request #17 from jotyGill/develop
Develop
2021-10-14 11:10:23 +00:00
JGill
bc448c565d Changed the Marker key upstream instead 2021-10-14 16:26:13 +05:30
JGill
65ee0ef0b4 Fix Ctr+r setup by fzf 2021-10-13 12:44:08 +05:30
jotyGill
dcaaaaae76 Merge pull request #16 from jotyGill/develop
ezsh release
2021-10-07 09:21:28 +00:00
JGill
89d5809a9e Updated marker source location 2021-10-06 13:18:26 +05:30
JGill
1342762df8 Pushing ezsh RC 2021-10-06 12:13:31 +05:30
JGill
60cc3d397e Alias x changed to e, main file renamed to install.sh 2021-10-06 10:45:52 +05:30
JGill
031809b3ff Change ZDORDIR to ZSH_CONIGS_DIR, fixes .zcomdump files issue 2021-09-26 15:06:14 +05:30
JGill
9db9da1bb3 Renaming to ez.sh 2021-09-26 12:13:44 +05:30
JGill
431b81b2a7 Making aliases work, that relay on oh-my-zsh plugins 2021-09-25 10:41:48 +05:30
JGill
04b096160b Simplified base oh-my-zsh config, added plugins: extract z sudo 2021-09-25 09:03:30 +05:30
JGill
4601516785 Upload base .zshrc 2021-09-20 09:46:22 +05:30
JGill
7626c52c92 Making it work 2021-09-20 09:45:47 +05:30
JGill
42fe80b72e Update todo.sh version, create ~.config/ezsh/zshrc 2021-09-20 08:20:14 +05:30
JGill
a492680f71 Rename .zshrc to ezshrc.zsh 2021-09-20 08:04:51 +05:30
JGill
61c50f8307 Set new path to oh-my-zsh 2021-09-20 07:12:30 +05:30
JGill
dd48692ca3 Move stuff to ~/.config/ezsh/ 2021-09-19 21:18:45 +05:30
JGill
3e387d0b5f Change .zcompdump location 2021-09-16 14:32:35 +05:30
JGill
6a8dbabc79 Moved .zcompdump cache files to .cache/zsh; omz update command 2021-09-16 14:29:05 +05:30
JGill
4c2a20ee91 Move data to ~/.config/; fix fzf install 2021-09-16 13:51:32 +05:30
JGill
7f8707244b Removed additional aliases but kept extract() 2021-09-16 12:51:47 +05:30
jotyGill
14e81a01b9 Merge pull request #15 from sidmoreoss/develop
Changed install directory
2021-09-16 06:14:12 +00:00
Siddharth More
ebbf091ee6 Fix 2021-06-11 13:02:55 +05:30
Siddharth More
04714c3c05 Added my aliases 2021-06-11 13:01:24 +05:30
Siddharth More
6b95781879 Merge branch 'master' of github.com:sidmoreoss/quickz-sh into develop 2021-06-11 12:50:26 +05:30
Siddharth More
e5ad7628a6 Changed install directory 2021-06-11 12:38:33 +05:30