dotfiles

My dotfiles.

Home

Source code

git clone https://projects.rickardlindberg.me/scm/dotfiles.git

Recent events

2025-05-02 07:29 Rickard pushed to dotfiles

commit 0dae8d514e1dea7d27f7c992ebb84f619b17a485
Author: Rickard Lindberg <rickard@rickardlindberg.me>
Date:   Fri May 2 07:29:07 2025 +0200

    Match font size in gui vim with terminal font size.

diff --git a/vimrc b/vimrc
index 505c1fa..ce4644b 100644
--- a/vimrc
+++ b/vimrc
@@ -35,7 +35,7 @@ if has("gui_running")
     set guioptions-=L
     colorscheme solarized
     set background=dark
-    set guifont=Monospace\ 12
+    set guifont=Monospace\ 15
 else
     set background=dark
     let g:solarized_termtrans = 1

2025-05-01 20:52 Rickard pushed to dotfiles

commit cb6ac649259dd9b2632feb6c88a2aefe99c9ab28
Author: Rickard Lindberg <rickard@rickardlindberg.me>
Date:   Thu May 1 20:52:28 2025 +0200

    Add Inkscape and font that I use for titles in videos.

diff --git a/setup-fedora.sh b/setup-fedora.sh
index 7884b81..d3b73e3 100755
--- a/setup-fedora.sh
+++ b/setup-fedora.sh
@@ -11,6 +11,8 @@ dependencies() {
     echo audacity
 
     echo gimp
+    echo inkscape
+    echo gnu-free-mono-fonts
 
     echo git
     echo gitk

2025-05-01 20:19 Rickard pushed to dotfiles

commit cf40d0a461cf8a0c472a3a8c57d2d14b5030b253
Author: Rickard Lindberg <rickard@rickardlindberg.me>
Date:   Thu May 1 20:18:11 2025 +0200

    Allow upp arrow / ctrl-p to behave as normal.
    
    I usally use it to quickly edit the last command, and in that case,
    bringing up rlselect is tedious.

diff --git a/bashrc b/bashrc
index 1715c7f..7450e78 100644
--- a/bashrc
+++ b/bashrc
@@ -38,8 +38,6 @@ if [[ $- =~ .*i.* ]]; then
     # Bind history commands to Ctrl+x+1 followed by Ctrl+x+2:
     bind '"\C-r": "\C-x1\C-x2"'
     bind '"\C-n": "\C-x1\C-x2"'
-    bind '"\C-p": "\C-x1\C-x2"'
-    bind '"\e[A": "\C-x1\C-x2"' # up-arrow
     bind '"\e[B": "\C-x1\C-x2"' # down-arrow
     # Bind Ctrl+x+1 to execute rlselect-history which does two things:
     # 1. Sets READLINE_*

2025-05-01 20:15 Rickard pushed to dotfiles

fatal: Invalid revision range 0000000000000000000000000000000000000000..574b48aa13ded5fbec249fa9b46060d6831e2206