1
0
Fork 0
Commit Graph

681 Commits

Author SHA1 Message Date
Pratham Patel 739daf1c82 introduce a rustup script invoked by systemd-timer 2023-06-18 21:24:28 +05:30
Pratham Patel 5a2028bc94 fish: remove comments 2023-06-18 21:23:00 +05:30
Pratham Patel 852e9b5685 fish: remove all Arch Linux related aliases 2023-06-18 21:22:35 +05:30
Pratham Patel ae5e4b1de9 fish: follow-up for 733c07a59b 2023-06-18 21:22:09 +05:30
Pratham Patel 688b7a771c remove flatpak aliases and move them to a script executed by systemd-timer 2023-06-18 21:21:29 +05:30
Pratham Patel 20e685ae07 fish: add alias for ping 2023-06-18 21:19:52 +05:30
Pratham Patel 5216d39a4c fish: add clearclipboard and pbcopy aliases for x11 and wayland 2023-06-18 21:19:13 +05:30
Pratham Patel 733c07a59b fish: invoke the interpreter even when calling an executable script 2023-06-18 19:21:42 +05:30
Pratham Patel 856d77eb70 sort.py: improve TTY detection 2023-06-18 19:20:34 +05:30
Pratham Patel d9e4475836 showdiskusage.sh: be less unhinged 2023-06-18 19:12:15 +05:30
Pratham Patel aba2f45c9f fish: remove all sudo and doas from aliases wherever possible 2023-06-18 19:02:51 +05:30
Pratham Patel e7973461f4 fish: add alias to gc nix pkgs 2023-06-18 18:59:28 +05:30
Pratham Patel 1fb7a4daca fish: add alias to see disk usage 2023-06-18 18:58:33 +05:30
Pratham Patel bbd3354967 fish: move env vars to nix config 2023-06-18 18:40:31 +05:30
Pratham Patel 16cce15af7 nvim: remove yaml parser and allow parser install to be async 2023-06-18 17:50:02 +05:30
Pratham Patel 8c3d9777af nvim: disable perl extension for neovim 2023-06-18 17:49:23 +05:30
Pratham Patel e3b41e8616 update .gitignore x2 2023-06-18 09:15:00 +05:30
Pratham Patel 91ba6f68c4 update .gitignore 2023-06-18 09:13:28 +05:30
Pratham Patel 37b52999c8 remove README.md run_me.sh because it is no longer needed 2023-06-18 09:04:19 +05:30
Pratham Patel 66eecf5c8a update .gitignore to ignore .viminfo 2023-06-12 21:55:18 +05:30
Pratham Patel f95dfd0211 update .gitignore to reflect the bare repo in $HOME 2023-06-12 21:54:27 +05:30
Pratham Patel f76e888243 fish: remove all pacman aliases 2023-06-12 21:52:50 +05:30
Pratham Patel 18ac7e151a fish: fix redundancy in the clip alias 2023-06-12 21:51:33 +05:30
Pratham Patel f171e403f1 fish: when aliasing one alias with a command, check if it exists lol 2023-06-12 21:50:30 +05:30
Pratham Patel 7c1b5f0a83 fish: use "prod" location for FUNCTIONS_DIR 2023-06-12 21:49:17 +05:30
Pratham Patel fc5846edbd introduce an initial fish config 2023-06-12 19:45:10 +05:30
Pratham Patel fbc297c339 add idempotent-setup.sh for the very initial setup 2023-06-12 19:39:45 +05:30
Pratham Patel cefe40584e move the "common" scripts under ~/.local/scripts/other-common-scripts 2023-06-12 19:37:56 +05:30
Pratham Patel 2aa33b5ad9 move all shell scripts from $HOME/.config/* under $HOME/.local/scripts/* 2023-06-11 23:20:22 +05:30
Pratham Patel e16b536c08 update .gitignore 2023-06-11 21:15:19 +05:30
Pratham Patel 65ec2c15f4 remove _OTHER/ because it is not necessary with NixOS anymore 2023-06-11 20:15:25 +05:30
Pratham Patel ab529fa9b0 no need for the tmux alias 2023-06-10 19:55:55 +05:30
Pratham Patel 89825ad09f add aliases for nixos 2023-06-10 19:55:23 +05:30
Pratham Patel 8611679ff3 use the path provided by the 'command' command instead of an abs path 2023-06-10 19:54:44 +05:30
Pratham Patel e32277bf9d remove doas alias of sudo 2023-06-10 19:53:28 +05:30
Pratham Patel 3c5d629eae bash: match the PS1 provided by Arch Linux 2023-06-05 20:21:03 +05:30
Pratham Patel 0fc81742c2 zsh: update dotfiles path 2023-06-05 20:10:20 +05:30
Pratham Patel c81d23d29c add script to restart libvirtd if storage pool(s) is/are inactive 2023-06-05 18:57:54 +05:30
Pratham Patel 9fbbf11179 sort.py: update the script to work with cmdline args and also pipes (stdin) 2023-06-05 10:36:05 +05:30
Pratham Patel 2fc214bab7 remove ~/.scripts/ for a fresh start 2023-06-05 10:02:55 +05:30
Pratham Patel 50dbe9aa7a fix, refactor and move sort.py under .local/scripts, update the zsh alias "pysort" too 2023-06-04 21:54:21 +05:30
Pratham Patel 7f1e585a4d add scripts to import zpool(s) along with a template 2023-06-04 21:23:06 +05:30
Pratham Patel 90096020a9 track gnome-initial-setup-done user-dirs.locale 2023-06-04 19:26:43 +05:30
Pratham Patel f194f45cef remove .cargo/config since it is not "portable" across architecture 2023-06-04 19:17:38 +05:30
Pratham Patel 6f57f97a84 nvim: finally move all the plugin setup to "grouped" files 2023-06-04 19:14:40 +05:30
Pratham Patel c605a72036 nvim: refactor plugins/init.lua
- add and remove plugins
 - group plugins together
 - move as much as plugin setup as I can out of plugins/init.lua
2023-06-04 18:58:19 +05:30
Pratham Patel f8c6b09529 nvim: move plug-init.lua -> plugins/init.lua 2023-06-04 18:51:59 +05:30
Pratham Patel 7153247f06 nvim: move key-bindings.lua -> key-mappings.lua; minor fixes in key-mappings 2023-06-04 18:47:46 +05:30
Pratham Patel 3115de78b9 zsh: do the compinit for all machines and skip setfont for "console TTYs" 2023-06-04 18:19:17 +05:30
Pratham Patel 279367c5aa git: update .gitignore for the bare repo use-case 2023-06-04 18:17:35 +05:30