Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion install/terminal/app-btop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ sudo apt install -y btop

# Use Omakub btop config
mkdir -p ~/.config/btop/themes
cp ~/.local/share/omakub/configs/btop.conf ~/.config/btop/btop.conf
cp ~/.local/share/omakub/configs/btop/btop.conf ~/.config/btop/btop.conf
cp ~/.local/share/omakub/themes/tokyo-night/btop.theme ~/.config/btop/themes/tokyo-night.theme

2 changes: 1 addition & 1 deletion install/terminal/app-fastfetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ sudo apt install -y fastfetch
if [ ! -f "$HOME/.config/fastfetch/config.jsonc" ]; then
# Use Omakub fastfetch config
mkdir -p ~/.config/fastfetch
cp ~/.local/share/omakub/configs/fastfetch.jsonc ~/.config/fastfetch/config.jsonc
cp ~/.local/share/omakub/configs/fastfetch/config.jsonc ~/.config/fastfetch/config.jsonc
fi
2 changes: 1 addition & 1 deletion install/terminal/app-zellij.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ rm zellij.tar.gz zellij
cd -

mkdir -p ~/.config/zellij/themes
[ ! -f "$HOME/.config/zellij/config.kdl" ] && cp ~/.local/share/omakub/configs/zellij.kdl ~/.config/zellij/config.kdl
[ ! -f "$HOME/.config/zellij/config.kdl" ] && cp ~/.local/share/omakub/configs/zellij/config.kdl ~/.config/zellij/config.kdl
cp ~/.local/share/omakub/themes/tokyo-night/zellij.kdl ~/.config/zellij/themes/tokyo-night.kdl