fixed river setup and fixed wezterm config file
This commit is contained in:
parent
2b2bb26066
commit
f58bb00e6c
@ -11,7 +11,7 @@
|
|||||||
# Note: the "Super" modifier is also known as Logo, GUI, Windows, Mod4, etc.
|
# Note: the "Super" modifier is also known as Logo, GUI, Windows, Mod4, etc.
|
||||||
|
|
||||||
# Super+Shift+Return to start an instance of foot (https://codeberg.org/dnkl/foot)
|
# Super+Shift+Return to start an instance of foot (https://codeberg.org/dnkl/foot)
|
||||||
riverctl map normal Super+Shift Return spawn foot
|
riverctl map normal Super Return spawn wezterm
|
||||||
|
|
||||||
# Super+Q to close the focused view
|
# Super+Q to close the focused view
|
||||||
riverctl map normal Super Q close
|
riverctl map normal Super Q close
|
||||||
@ -37,7 +37,7 @@ riverctl map normal Super+Shift Period send-to-output next
|
|||||||
riverctl map normal Super+Shift Comma send-to-output previous
|
riverctl map normal Super+Shift Comma send-to-output previous
|
||||||
|
|
||||||
# Super+Return to bump the focused view to the top of the layout stack
|
# Super+Return to bump the focused view to the top of the layout stack
|
||||||
riverctl map normal Super Return zoom
|
riverctl map normal Super+Shift Return zoom
|
||||||
|
|
||||||
# Super+H and Super+L to decrease/increase the main ratio of rivertile(1)
|
# Super+H and Super+L to decrease/increase the main ratio of rivertile(1)
|
||||||
riverctl map normal Super H send-layout-cmd rivertile "main-ratio -0.05"
|
riverctl map normal Super H send-layout-cmd rivertile "main-ratio -0.05"
|
||||||
|
|||||||
@ -4,9 +4,8 @@ local config = wezterm.config_builder()
|
|||||||
|
|
||||||
config.window_decorations = "RESIZE"
|
config.window_decorations = "RESIZE"
|
||||||
config.enable_tab_bar = false
|
config.enable_tab_bar = false
|
||||||
|
config.font = wezterm.font("Fira Code Nerd Font")
|
||||||
-- Setting the font and the colorscheme comes later
|
config.font_size = 18.0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
|||||||
3
.zshrc
3
.zshrc
@ -1 +1,4 @@
|
|||||||
# Created by newuser for 5.9
|
# Created by newuser for 5.9
|
||||||
|
|
||||||
|
export XDG_RUNTIME_DIR=/run/user/$(id -u)
|
||||||
|
eval "$(starship init zsh)"
|
||||||
|
|||||||
7
setup.sh
7
setup.sh
@ -14,9 +14,14 @@ cd $HOME/.dotfiles && stow . && cd -
|
|||||||
# Setup zsh
|
# Setup zsh
|
||||||
chsh -s $(which zsh)
|
chsh -s $(which zsh)
|
||||||
|
|
||||||
sudo xbps-install -y font-firacode river wezterm firefox
|
sudo xbps-install -y font-firacode river wezterm firefox dbus elogind
|
||||||
sudo xbps-install -y rustup ghc openjdk21 apache-maven gradle nodejs
|
sudo xbps-install -y rustup ghc openjdk21 apache-maven gradle nodejs
|
||||||
|
|
||||||
|
# Setup river
|
||||||
|
sudo ln -s /etc/sv/dbus /var/service
|
||||||
|
sudo sv up dbus
|
||||||
|
|
||||||
|
|
||||||
mkdir --parents ~/projects/rust
|
mkdir --parents ~/projects/rust
|
||||||
mkdir --parents ~/projects/haskell
|
mkdir --parents ~/projects/haskell
|
||||||
mkdir --parents ~/projects/java
|
mkdir --parents ~/projects/java
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user