aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2023-05-04 01:18:40 +0200
committerbozo.kopic <bozo@kopic.xyz>2023-05-04 01:18:40 +0200
commitbdf9097b7e3af3eda9fbdb33c2d544ad4ea5a8f2 (patch)
treef792cffc18484b901151e5f09dd870df25658a85
parent2a3dda49dfd0faae1cbe9dbea14bf0d40623bd6a (diff)
.
-rw-r--r--alacritty/alacritty.yml2
-rwxr-xr-xinstall.sh2
-rw-r--r--shell/.profile2
3 files changed, 3 insertions, 3 deletions
diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml
index 3969b7f..8b484eb 100644
--- a/alacritty/alacritty.yml
+++ b/alacritty/alacritty.yml
@@ -96,7 +96,7 @@ font:
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
offset:
x: 0
- y: 4
+ y: 0
# Glyph offset determines the locations of the glyphs within their cells with
# the default being at the bottom. Increasing `x` moves the glyph to the right,
diff --git a/install.sh b/install.sh
index ef7cf66..2cd200c 100755
--- a/install.sh
+++ b/install.sh
@@ -108,8 +108,8 @@ symlink ~/.dotfiles/polybar ~/.config/polybar
install_python_venv pypy3
install_python_venv python3.8
install_python_venv python3.9
-install_python_venv python3.11
install_python_venv python3.10
+install_python_venv python3.11
# qt-designer
symlink ~/.dotfiles/qt-designer/qt-designer.desktop \
diff --git a/shell/.profile b/shell/.profile
index fd3dcfb..f234445 100644
--- a/shell/.profile
+++ b/shell/.profile
@@ -24,7 +24,7 @@ export QT_QPA_PLATFORMTHEME=qt5ct
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
export VISUAL=nvim
-prepend_path ~/opt/python310/bin
+prepend_path ~/opt/python311/bin
prepend_path ~/opt/river/bin
prepend_path ~/bin
export PATH