1
0
Fork 0
Commit Graph

70 Commits

Author SHA1 Message Date
Pratham Patel 3ce857054c
almost done with the switch to Bash (sigh) 2024-01-07 17:31:47 +05:30
Pratham Patel 4a24cfc91c
fix calling of the alacritty-import.sh script and the script itself too 2024-01-06 21:53:22 +05:30
Pratham Patel cddae7af12
determine availability of "--fsync" option for rsync 2023-12-28 11:21:06 +05:30
Pratham Patel 51656c9d47
"tidy-up" rsync aliases and add an alias to "diff" between NixOS git repo and system config 2023-12-17 11:40:46 +05:30
Pratham Patel 073d66d3e1
rename extract-rpm-files.sh, introduce extract-deb-pkg.sh, add+update respective aliases 2023-12-16 21:53:45 +05:30
Pratham Patel 4ad9a89c47
bashrc: add ~/.local/bin to $PATH
Bash will be the default user shell on systems with old versions of
packages such as Neovim and especially direnv. In that case, I store the
direnv binary from the Github releases in ~/.local/bin; makes sense to
use that instead of what the distro provides.
2023-12-07 21:28:05 +05:30
Pratham Patel c47018959c
add aliases to execute paranoid-sync.sh in fish and bash 2023-11-20 13:29:13 +05:30
Pratham Patel ab40e9ced3
append path for macos and add $HOME/.cargo/bin to $PATH 2023-10-19 15:06:23 +05:30
Pratham Patel 3b68c7df35
shellrc: remove ssh host bodhi 2023-10-02 09:03:33 +05:30
Pratham Patel 665c0b1d37
bash: add alias for building with nix and monitor it using nom 2023-09-28 09:04:10 +05:30
Pratham Patel 3a31a8427c
enable direnv in bash and fix it for fish 2023-09-22 05:29:50 +05:30
Pratham Patel 436a998554
bash: I was sourcing fish config lol 2023-09-21 21:33:04 +05:30
Pratham Patel cfcf511c3e
update ssh hostname names 2023-08-31 17:07:43 +05:30
Pratham Patel 429b6d02b8
unset all aliases before setting any user alias
This was notorious to detect but `command -v ls` would return
"alias ls='ls --color=tty'" because (on NixOS), '/etc/bashrc' has an
alias set for 'ls'. I already have custom aliases that are "more fancy",
so unset all such aliases.
2023-08-31 15:29:01 +05:30
Pratham Patel 0c55791e14
bash: make the aliases I use on fish, available on bash (for machines where fish is absent or too old) 2023-08-31 14:07:13 +05:30
Pratham Patel 3c5d629eae bash: match the PS1 provided by Arch Linux 2023-06-05 20:21:03 +05:30
Pratham Patel 2c8603fabd bashrc: improve prompt 2023-01-22 09:54:52 +05:30
Pratham Patel 41bd425999 .bashrc: add PS1 2022-10-16 20:53:26 +05:30
Pratham Patel fc036396a0 changes made:
- converted all tabs (that I could find) to spaces
 - move shell _then_ and _do_ keywords on same line as _if_ and _loops_
 - re-organize .scripts/ dir (add sentinel and bluefeds scripts too)
2022-09-25 03:47:51 +05:30
Pratham Patel 902227b06f init commit 2022-09-23 19:28:12 +05:30