Terminal gnome -> foot

This commit is contained in:
2024-05-02 18:36:52 +01:00
parent b5f8196fe5
commit aa69643c2b
2 changed files with 6 additions and 3 deletions

View File

@@ -68,5 +68,8 @@ set-window-option -g automatic-rename
# Vi copypaste mode
set-window-option -g mode-keys vi
# highlight color
set -g mode-style "fg=black,bg=color167"
# Mouse support
set -g mouse on

View File

@@ -14,11 +14,11 @@ fi
# Install script dependencies
paru -Sy curl git stow bat fzf less nextcloud-client
# Install Apps
paru -Sy obsidian signal-desktop eyedropper gnome-console gnome-calendar impression gnome-podcasts brave-bin
# Install GUI Apps
paru -Sy foot signal-desktop gnome-calendar gnome-podcasts brave-bin
# Install CLI Apps
paru -Sy w3m newsboat iamb tmux ollama vim transmission-cli mutt gpg pass
paru -Sy dd w3m newsboat iamb tmux ollama vim transmission-cli mutt gpg pass
if [ $(pwd) != "$HOME/dotfiles" ]; then
cd $HOME