File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ lines_to_add=(
53
53
' export PATH="$PATH:/home/eran/.local/bin"'
54
54
' alias nano="nvim"'
55
55
' alias myevin="cd ~/code/myev && sudo ./target/release/myev-installer"'
56
+ ' alias wayb="waybar & disown"'
56
57
)
57
58
58
59
# Loop through lines and add to .bashrc if they don't exist
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ aur_packages=(
88
88
waybar
89
89
hyprpaper
90
90
eza
91
- obsidian
91
+ flatpak
92
92
nerd-fonts
93
93
adwaita-dark
94
94
docker-compose
@@ -222,4 +222,6 @@ log "Setting timezone and hardware clock..."
222
222
sudo timedatectl set-timezone America/Los_Angeles || { log " Failed to set timezone" ; exit 1; }
223
223
sudo hwclock --systohc --utc || { log " Failed to set hardware clock" ; exit 1; }
224
224
225
+ flatpak install flathub md.obsidian.Obsidian
226
+
225
227
log " Installation and setup completed successfully."
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# 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"
5
5
API_URL=" https://api.github.com/repos/eboody/dotfiles/commits/main"
6
6
7
7
# Path to the file storing the last update's commit hash
You can’t perform that action at this time.
0 commit comments