...
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
|
||||
}
|
||||
|
||||
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
|
||||
@@ -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/"
|
||||
|
||||
13
setup.sh
13
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
|
||||
|
||||
Reference in New Issue
Block a user