Compare commits
2 commits
1bd307f15a
...
3dd105acff
Author | SHA1 | Date | |
---|---|---|---|
3dd105acff | |||
4a6b5ffd2d |
3 changed files with 15 additions and 4 deletions
|
@ -281,8 +281,8 @@ include "/usr/share/nano/*.nanorc"
|
||||||
## For quickly uppercasing or lowercasing the word under the cursor.
|
## For quickly uppercasing or lowercasing the word under the cursor.
|
||||||
## (These effectively do a Ctrl+Right followed by a Shift+Ctrl+Left,
|
## (These effectively do a Ctrl+Right followed by a Shift+Ctrl+Left,
|
||||||
## and then pipe the selected text through a sed command.)
|
## and then pipe the selected text through a sed command.)
|
||||||
" main Sh-M-U "c|sed 's/.*/\U&/'
|
# main Sh-M-U "c|sed 's/.*/\U&/'
|
||||||
" main Sh-M-L "c|sed 's/.*/\L&/'
|
# main Sh-M-L "c|sed 's/.*/\L&/'
|
||||||
|
|
||||||
## If you would like nano to have keybindings that are more "usual",
|
## If you would like nano to have keybindings that are more "usual",
|
||||||
## such as ^O for Open, ^F for Find, ^H for Help, and ^Q for Quit,
|
## such as ^O for Open, ^F for Find, ^H for Help, and ^Q for Quit,
|
||||||
|
|
|
@ -48,11 +48,14 @@ log "installing paru"
|
||||||
|
|
||||||
log "installing extra packages"
|
log "installing extra packages"
|
||||||
echo "
|
echo "
|
||||||
paru -Sy --noconfirm tealdeer nnn-nerd ttf-ms-fonts discord visual-studio-code-bin opam ttf-firacode-nerd
|
paru -Sy --noconfirm tealdeer nnn-nerd ttf-ms-fonts discord visual-studio-code-bin opam ttf-firacode-nerd xviewer
|
||||||
" | arch-chroot -u user "$ROOT"
|
" | arch-chroot -u user "$ROOT"
|
||||||
|
|
||||||
|
|
||||||
log "clearing caches"
|
log "clearing caches"
|
||||||
|
echo '
|
||||||
|
paru -cca --noconfirm
|
||||||
|
' | arch-chroot -u user "$ROOT"
|
||||||
rm -fr "$ROOT/home/user/.cache"
|
rm -fr "$ROOT/home/user/.cache"
|
||||||
rm -fr "$ROOT/var/cache/"
|
rm -fr "$ROOT/var/cache/"
|
||||||
|
|
||||||
|
|
|
@ -124,7 +124,15 @@
|
||||||
"less",
|
"less",
|
||||||
"bat",
|
"bat",
|
||||||
"lsd",
|
"lsd",
|
||||||
"noto-fonts"
|
"noto-fonts",
|
||||||
|
"firefox",
|
||||||
|
"evince",
|
||||||
|
"neofetch",
|
||||||
|
"tree",
|
||||||
|
"dust",
|
||||||
|
"zip",
|
||||||
|
"mpv",
|
||||||
|
"sshfs"
|
||||||
],
|
],
|
||||||
"parallel downloads": 0,
|
"parallel downloads": 0,
|
||||||
"profile_config": {
|
"profile_config": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue