Skip to content

Commit 637ef27

Browse files
added more resources, updated dotfiles
1 parent fd4ff72 commit 637ef27

5 files changed

Lines changed: 16 additions & 6 deletions

File tree

.inputrc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Uncomment below line for issues like https://bbs.archlinux.org/viewtopic.php?id=112537
2+
#$include /etc/inputrc
3+
14
# use up and down arrow to match search history based on typed starting text
25
"\e[A": history-search-backward
36
"\e[B": history-search-forward
@@ -12,6 +15,7 @@ set show-all-if-ambiguous on
1215
# don't display characters like Ctrl+c when used on readline
1316
set echo-control-characters off
1417

15-
# further reading
18+
# Further reading
1619
# https://www.gnu.org/software/bash/manual/html_node/Sample-Init-File.html#Sample-Init-File
17-
# https://wiki.archlinux.org/index.php/readline
20+
# https://wiki.archlinux.org/title/readline
21+

.vimrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ set incsearch
5454
" Highlight search patterns
5555
set hlsearch
5656
" search visually selected text
57-
vnoremap * y/<C-R>"<CR>
58-
vnoremap # y?<C-R>"<CR>
57+
xnoremap * y/<C-R>"<CR>
58+
xnoremap # y?<C-R>"<CR>
5959
" to always use magic mode, uncomment following 2 lines
6060
" nnoremap / /\v
6161
" nnoremap ? ?\v

Linux_curated_resources.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Collection of resources for Linux command line, shell scripting (mostly `bash`) and a few on topics like Linux Kernel, distributions, applications, etc.
44

5+
* [Linux man pages](https://www.mankier.com/) — one of several websites that host man pages online
6+
* [ArchWiki](https://wiki.archlinux.org/title/Table_of_contents) — comprehensive documentation for Arch Linux and other distributions
7+
58
## CLI text tutorials
69

710
* [ryanstutorial](https://ryanstutorials.net/linuxtutorial/)
@@ -54,6 +57,7 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`)
5457
* [The Linux Command Line](https://linuxcommand.org/tlcl.php)
5558
* [wizardzines](https://wizardzines.com/)[Bite Size Bash](https://wizardzines.com/zines/bite-size-bash/), [Bite Size Command Line](https://wizardzines.com/zines/bite-size-command-line/), [Bite Size Linux](https://wizardzines.com/zines/bite-size-linux/), [Bite Size Networking](https://wizardzines.com/zines/bite-size-networking/)
5659
* [Linux Bible](https://www.wiley.com/en-us/Linux+Bible%2C+10th+Edition-p-9781119578895)
60+
* [How Linux Works: What Every Superuser Should Know](https://nostarch.com/howlinuxworks3)
5761
* [UNIX and Linux System Administration Handbook](https://www.oreilly.com/library/view/unix-and-linux/9780134278308/)
5862
* [Linux kernel and its insides](https://0xax.gitbooks.io/linux-insides/content/index.html)
5963

@@ -126,7 +130,7 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`)
126130
* [awesome-linux](https://github.com/aleksandar-todorovic/awesome-linux#distributions)
127131
* [computefreely](https://computefreely.org/)
128132
* Application lists — for audio, video, graphics & design, development, games etc
129-
* [arch wiki](https://wiki.archlinux.org/index.php/List_of_applications)
133+
* [Arch wiki](https://wiki.archlinux.org/index.php/List_of_applications)
130134
* [alternativeto](https://alternativeto.net/)
131135
* [GNU packages](https://www.gnu.org/manual/manual.html)
132136
* Linux/Bash on Windows

Perl_curated_resources.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ I wrote an ebook specifically for [Perl one-liners](https://learnbyexample.githu
2929

3030
## Code snippets, articles and exercises
3131

32+
* [Perl can do that now!](https://phoenixtrap.com/2021/05/25/perl-can-do-that-now/) — highlight of changes from Perl 5.10 to 5.34
3233
* [Rosettacode: snippets/solutions on various programming problems](https://rosettacode.org/wiki/Category:Perl)
3334
* [Perl Command-Line Options](https://www.perl.com/pub/2004/08/09/commandline.html/)
3435
* [catonmat: Perl one-liners explained](https://catonmat.net/perl-one-liners-explained-part-one)
@@ -57,6 +58,7 @@ I wrote an ebook specifically for [Perl one-liners](https://learnbyexample.githu
5758
## Reading lists
5859

5960
* [awesome-perl](https://github.com/hachiojipm/awesome-perl) — curated list of awesome Perl5 frameworks, libraries and software
61+
* [perlres](https://github.com/thibaultduponchelle/perlres) — list of resources about Perl
6062
* [bioperl](https://bioperl.org/howtos/index.html) — practical descriptions of BioPerl modules with a focus on common tasks
6163

6264
## Raku

Vim_curated_resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ Read instructions provided by respective forums before asking a question. Try so
7575

7676
* [vi stackexchange](https://vi.stackexchange.com/)
7777
* [/r/vim](https://www.reddit.com/r/vim/)
78-
* [#vim IRC](https://webchat.freenode.net/#vim)
78+
* [#vim IRC](irc://irc.libera.chat/vim)
7979

0 commit comments

Comments
 (0)