...
This commit is contained in:
@@ -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
|
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
|
if [ "$PS1" ]; then
|
||||||
|
alias k="kubectl"
|
||||||
|
alias gut="cleanbranches"
|
||||||
|
alias clip="wl-copy"
|
||||||
alias grep="grep --color=auto"
|
alias grep="grep --color=auto"
|
||||||
alias ls="ls --color=auto"
|
alias ls="ls --color=auto"
|
||||||
alias ll="ls -la --color=auto"
|
alias ll="ls -la"
|
||||||
fi
|
fi
|
||||||
@@ -12,6 +12,3 @@ export NVM_DIR="$HOME/.nvm"
|
|||||||
# dotnet
|
# dotnet
|
||||||
export DOTNET_ROOT="$HOME/.dotnet"
|
export DOTNET_ROOT="$HOME/.dotnet"
|
||||||
export PATH="$DOTNET_ROOT:$PATH"
|
export PATH="$DOTNET_ROOT:$PATH"
|
||||||
|
|
||||||
# tmp
|
|
||||||
export PATH="$PATH:/home/oliste/repos/nub-lang/src/CLI/bin/Debug/net9.0/"
|
|
||||||
|
|||||||
13
setup.sh
13
setup.sh
@@ -2,13 +2,8 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
mkdir -p ~/.config
|
mkdir -p "$HOME/.config"
|
||||||
mkdir -p ~/wallpapers
|
mkdir -p "$HOME/wallpapers"
|
||||||
|
|
||||||
if ! command -v starship 2>&1 >/dev/null
|
|
||||||
then
|
|
||||||
curl -sS https://starship.rs/install.sh | sh
|
|
||||||
fi
|
|
||||||
|
|
||||||
sudo pacman -Syu --noconfirm \
|
sudo pacman -Syu --noconfirm \
|
||||||
code \
|
code \
|
||||||
@@ -30,7 +25,8 @@ sudo pacman -Syu --noconfirm \
|
|||||||
mako \
|
mako \
|
||||||
slurp \
|
slurp \
|
||||||
grim \
|
grim \
|
||||||
wl-clipboard
|
wl-clipboard \
|
||||||
|
rofi
|
||||||
|
|
||||||
if ! command -v yay 2>&1 >/dev/null
|
if ! command -v yay 2>&1 >/dev/null
|
||||||
then
|
then
|
||||||
@@ -58,7 +54,6 @@ yay -Syu --noconfirm \
|
|||||||
hyprgraphics-git \
|
hyprgraphics-git \
|
||||||
hyprland-qtutils-git \
|
hyprland-qtutils-git \
|
||||||
hyprland-git \
|
hyprland-git \
|
||||||
rofi-lbonn-wayland-git \
|
|
||||||
librewolf-bin
|
librewolf-bin
|
||||||
|
|
||||||
hyprpm add https://github.com/Duckonaut/split-monitor-workspaces
|
hyprpm add https://github.com/Duckonaut/split-monitor-workspaces
|
||||||
|
|||||||
Reference in New Issue
Block a user