Skip to content

Commit c4ee06e

Browse files
committed
Update: 2024-09-09 09:26:51
1 parent 834a65c commit c4ee06e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

aliases.sh

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ lines_to_add=(
5353
'export PATH="$PATH:/home/eran/.local/bin"'
5454
'alias nano="nvim"'
5555
'alias myevin="cd ~/code/myev && sudo ./target/release/myev-installer"'
56+
'alias wayb="waybar & disown"'
5657
)
5758

5859
# Loop through lines and add to .bashrc if they don't exist

install.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ aur_packages=(
8888
waybar
8989
hyprpaper
9090
eza
91-
obsidian
91+
flatpak
9292
nerd-fonts
9393
adwaita-dark
9494
docker-compose
@@ -222,4 +222,6 @@ log "Setting timezone and hardware clock..."
222222
sudo timedatectl set-timezone America/Los_Angeles || { log "Failed to set timezone"; exit 1; }
223223
sudo hwclock --systohc --utc || { log "Failed to set hardware clock"; exit 1; }
224224

225+
flatpak install flathub md.obsidian.Obsidian
226+
225227
log "Installation and setup completed successfully."

pull_config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Define the repository and its API URL for latest commit
4-
REPO_URL="https://github.com/eboody/dotfiles"
4+
REPO_URL="git@github.com:eboody/dotfiles"
55
API_URL="https://api.github.com/repos/eboody/dotfiles/commits/main"
66

77
# Path to the file storing the last update's commit hash

0 commit comments

Comments
 (0)