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
13 changes: 13 additions & 0 deletions fedora/fedora_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -346,3 +346,16 @@ if [ ! -d "$REPOS_FOLDER/zscroll" ]; then
fi
cd ~/repos/zscroll
cp zscroll ~/.local/bin/

if [ ! -d "$REPOS_FOLDER/eww" ]; then
git clone https://github.com/elkowar/eww ~/repos/eww
fi
cd ~/repos/eww
sudo dnf install -y cairo-gobject-devel pango-devel atk-devel gdk-pixbuf2-devel gtk3-devel
sudo dnf remove rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
source ~/.bashrc
cargo build --release
chmod +x target/release/eww
cp target/release/eww ~/.local/bin/
10 changes: 7 additions & 3 deletions home/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ NB_COLOR_THEME=ocean

export PATH="$PATH:$HOME/.spicetify"

# BEGIN_KITTY_SHELL_INTEGRATION
if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi
# END_KITTY_SHELL_INTEGRATION


bind 'set show-all-if-ambiguous on'
bind 'set menu-complete-display-prefix on'
Expand All @@ -102,3 +100,9 @@ bind 'set colored-stats on'
function passqr() {
pass $1 | qrencode -t utf8
}


# BEGIN_KITTY_SHELL_INTEGRATION
if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi
# END_KITTY_SHELL_INTEGRATION
. "$HOME/.cargo/env"
1 change: 1 addition & 0 deletions home/.config/eww/eww.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions home/.config/eww/eww.yuck
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@