Adding vim. Also using Plasma now I guess

This commit is contained in:
Cheri 2023-09-27 09:39:57 +03:00 committed by vib
parent d1fa4282fa
commit 0eae6eda4b
4 changed files with 145 additions and 11 deletions

View file

@ -1,18 +1,19 @@
export PATH=$PATH:$HOME/.local/bin
export PATH=$PATH:$HOME/.local/bin:$HOME/flutter/bin
# Default programs:
export EDITOR="nvim"
export TERMINAL="foot"
export BROWSER="firefox-bin"
export BROWSER2="chromium"
export READER="xreader"
export FILEMANAGER="pcmanfm-qt"
export EDITOR="vim"
#export TERMINAL="foot"
#export BROWSER="firefox-bin"
#export BROWSER2="chromium"
#export READER="xreader"
#export FILEMANAGER="dolphin"
#export QT_STYLE_OVERRIDE=kvantum
export QT_QPA_PLATFORMTHEME=qt5ct
#export QT_QPA_PLATFORMTHEME=qt5ct
#export DESKTOP_SESSION=KDE
# If running from tty1 start sway
if [ "$(tty)" = "/dev/tty1" ]; then
startsway
fi
#if [ "$(tty)" = "/dev/tty1" ]; then
# #startsway
# exec dbus-launch --exit-with-session startplasma-wayland
#fi