Commit Graph

56 Commits

Author SHA1 Message Date
a192f828af Updated dotfiles-zsh
Added random quote lines directly to .zshrc, updated README, commented create-links and removed separate quote script
2025-04-07 18:56:44 -04:00
dd6646cf40 Added ~/.local/rc.local import, if exists 2025-04-07 18:32:57 -04:00
chawley (tfadmin)
4cf415c886 Added autojump to .zshrc
Source autojump.zsh if it exists
2025-03-12 15:16:17 +00:00
e77d1cc820 Merge branch 'master' of gitea:/chawley/dotfiles-zsh 2025-01-29 11:14:35 -05:00
e7db7d41e7 Update the way FZF sources shell integration 2025-01-29 11:13:56 -05:00
chawley (tfadmin)
3d19f52f90 Added export for FZF settings 2025-01-29 14:55:28 +00:00
5bfa36bce1 FZF ignore
FZF now ignores files in `.git` and `.stversions` directories
2024-03-12 19:57:35 -04:00
d33ced3f6e NOTES_DIR default
.zshrc will attempt to set the NOTES_DIR environment variable

First check to see if the environment variable is set.  If not,
if `$HOME/Sync/MarkdownNotes` exits, then use that.  If that directory
doesn't exist, try `$HOME/Documents`.  If they both fail, then don't set
the var.
2024-03-01 14:55:29 -05:00
9e434c94f5 Updated .fzf.zsh
...to include relative path to user home ($HOME) rather than hard-coded
`/home/chawley`
2024-02-20 10:08:06 -05:00
287aed455a Added custom quotes to login
Pull quotes from text file online, choose one and display it with
optional `cowsay and `lolcat` at each login.
2024-02-18 18:55:52 -05:00
acadd11016 Updated .fzf.zsh to /home/phansible instead of absolute path to homedir 2024-02-18 15:31:05 -05:00
6542633eb2 Added script to manaully create symlinks 2024-02-18 15:22:17 -05:00
8d4e100277 Update README.md 2024-02-18 14:39:02 -05:00
fa45b48ca3 Added .fzf.zsh 2024-02-18 14:37:40 -05:00
e45e437fc0 Added .zshrc.original file with verbose comments 2024-02-18 14:35:58 -05:00
3228cf2394 Updated .zshrc and removed aliases and functions 2024-02-18 14:33:55 -05:00
c7d129728c Added fortune to login 2022-02-18 08:42:17 -05:00
97b79a4070 Added comment of source for wgetMirror alias 2020-11-10 16:12:27 -05:00
6eeda3734a Merge branch 'master' of castlerock.planethawleywood.com:/chawley/dotfiles-zsh 2020-11-09 16:48:00 -05:00
13c874bbb0 Added wgetMirror alias 2020-11-09 16:47:35 -05:00
f321d9ba60 Added a wrapped qemu export
to enable rootless control of virsh
2020-08-06 08:16:19 -04:00
chawley (chawley-admin)
d277d45b20 Solved the zshprompt issue 2020-08-06 07:44:58 -04:00
5aa3a0d6c6 Edited .zshrc to enable rootless virsh 2020-07-11 14:32:23 -04:00
9e28aad35b Added the p10k instant prompt stanza at the bottom of .zshrc 2020-05-24 09:25:40 -04:00
chawley (chawley-admin)
aca64811f5 Added a git testmerge hack function to .zsh_functions 2020-03-11 12:55:15 -04:00
chawley (chawley)
fce9f2d4d9 Merge branch 'master' of castlerock.planethawleywood.com:chawley/dotfiles-zsh 2020-02-13 15:21:31 -05:00
ebf4937f32 .zshrc cleanup before repo move 2020-02-13 11:25:56 -05:00
f161d190e3 Merge branch 'master' of github.com:/crh0831/dotfiles-zsh 2020-01-29 20:52:18 -05:00
0c4aa316c5 Added powerlevel10k 2020-01-29 20:50:11 -05:00
98b8c3ce06 Added powerline10k to .zshrc and vfz alias to open vim files with fzf 2019-10-11 10:09:32 -04:00
b33b694116 Removed separate setup file (migrated to ansible playbook) and updated
REEADME.md
2019-08-28 13:11:27 -04:00
d95443a470 Added keybindings to handle <HOME> cluster keys to .zshrc 2019-08-18 08:52:50 -04:00
ab2739ede2 Removed unused plugins from .zshrc 2019-08-18 08:48:18 -04:00
72f2e187a9 Added allowance for local config files 2019-03-21 15:35:54 -04:00
b766df440a removed vi-mode keybindings in favor of vi-mode plugin 2019-03-18 15:25:22 -04:00
0b43f26f8f .zshrc cleanup 2019-03-15 15:37:57 -04:00
dd972cc41e Added setxkbmap -option caps:escape 2019-03-14 15:42:03 -04:00
3807598490 Additions for FZF and RG 2019-03-14 15:31:46 -04:00
036e31fc5d Added work changes 2019-02-13 14:15:09 -05:00
888292c190 Fixed spelling error in last commit 2019-02-13 12:14:12 -05:00
be671b0dd6 Added Fuzzy Finder Update alias and some basis Git Aliases 2019-02-13 12:12:05 -05:00
root
f731c65f4a Removed case-insensitive grep alias 2019-02-13 11:53:19 -05:00
chawley2 (ladmin2)
f1ac4cc666 Removed SSH Agent 2019-02-13 11:49:06 -05:00
9988fe1f58 Reverted SSH agent settings in rc, added some ls aliases 2019-02-11 15:46:34 -05:00
00010931e2 Merge branch 'master' of github.com:/crh0831/dotfiles-zsh 2019-02-11 15:44:59 -05:00
a49be08141 Added some history options to .zshrc 2019-02-11 15:43:20 -05:00
04d117e8c3 Added ytdlmp3 alias 2019-02-11 15:40:44 -05:00
chawley2 (ladmin2)
fbf8c1284c Added stanza to init and load SSH AGENT 2018-10-22 13:16:17 -04:00
f1000da691 Sensible changes to .zshrc 2018-10-08 16:37:36 -04:00
ce3e290e84 Added some new aliases 2018-10-08 16:37:07 -04:00