diff --git a/.bashrc-alias b/.bashrc-alias index 6584a43..3081f34 100644 --- a/.bashrc-alias +++ b/.bashrc-alias @@ -4,16 +4,11 @@ cleanbranches(){ git fetch -p && for branch in $(git for-each-ref --format '%(refname) %(upstream:track)' refs/heads | awk '$2 == "[gone]" {sub("refs/heads/", "", $1); print $1}' ) ; do git branch -D $branch ; done } -alias ll="ls -la" - -alias k="kubectl" -alias gut="cleanbranches" -alias fucking="sudo" -alias pat="cat ~/.bak/PAT" -alias clip="wl-copy" - if [ "$PS1" ]; then + alias k="kubectl" + alias gut="cleanbranches" + alias clip="wl-copy" alias grep="grep --color=auto" alias ls="ls --color=auto" - alias ll="ls -la --color=auto" + alias ll="ls -la" fi \ No newline at end of file diff --git a/.bashrc-path b/.bashrc-path index 043d424..1c3d88e 100644 --- a/.bashrc-path +++ b/.bashrc-path @@ -12,6 +12,3 @@ export NVM_DIR="$HOME/.nvm" # dotnet export DOTNET_ROOT="$HOME/.dotnet" export PATH="$DOTNET_ROOT:$PATH" - -# tmp -export PATH="$PATH:/home/oliste/repos/nub-lang/src/CLI/bin/Debug/net9.0/" diff --git a/setup.sh b/setup.sh index 56f6484..b6ba3aa 100644 --- a/setup.sh +++ b/setup.sh @@ -2,13 +2,8 @@ set -e -mkdir -p ~/.config -mkdir -p ~/wallpapers - -if ! command -v starship 2>&1 >/dev/null -then - curl -sS https://starship.rs/install.sh | sh -fi +mkdir -p "$HOME/.config" +mkdir -p "$HOME/wallpapers" sudo pacman -Syu --noconfirm \ code \ @@ -30,7 +25,8 @@ sudo pacman -Syu --noconfirm \ mako \ slurp \ grim \ - wl-clipboard + wl-clipboard \ + rofi if ! command -v yay 2>&1 >/dev/null then @@ -58,7 +54,6 @@ yay -Syu --noconfirm \ hyprgraphics-git \ hyprland-qtutils-git \ hyprland-git \ - rofi-lbonn-wayland-git \ librewolf-bin hyprpm add https://github.com/Duckonaut/split-monitor-workspaces