From 25214bae89edc73725271e5bf4bf36bd3df8df33 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Sat, 13 Jul 2024 15:55:56 +0200 Subject: change from yay to paru --- bash/.bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index 635ec52..12a3e69 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -15,6 +15,7 @@ alias :q="exit" alias ..="cd .." alias v="vim" alias reload-gpg="gpg-connect-agent reloadagent /bye" +alias yay="paru" # Arrow bindings bind '"\e[A":history-search-backward' -- cgit 1.4.1 From 35f68a33ebbdd2547652a2f6010128d285705ad2 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Tue, 16 Jul 2024 12:46:36 +0200 Subject: remove quickmarks (qute) and switch to yay again --- bash/.bashrc | 1 - qutebrowser/.config/qutebrowser/bookmarks/urls | 2 -- qutebrowser/.config/qutebrowser/quickmarks | 1 - scripts/paru.sh | 11 ----------- scripts/yay.sh | 11 +++++++++++ 5 files changed, 11 insertions(+), 15 deletions(-) delete mode 100755 scripts/paru.sh create mode 100755 scripts/yay.sh (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index 12a3e69..635ec52 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -15,7 +15,6 @@ alias :q="exit" alias ..="cd .." alias v="vim" alias reload-gpg="gpg-connect-agent reloadagent /bye" -alias yay="paru" # Arrow bindings bind '"\e[A":history-search-backward' diff --git a/qutebrowser/.config/qutebrowser/bookmarks/urls b/qutebrowser/.config/qutebrowser/bookmarks/urls index 5948f54..e69de29 100644 --- a/qutebrowser/.config/qutebrowser/bookmarks/urls +++ b/qutebrowser/.config/qutebrowser/bookmarks/urls @@ -1,2 +0,0 @@ -https://dev.to/spacerockmedia/how-i-manage-my-dotfiles-using-gnu-stow-4l59 How I manage my dotfiles using GNU Stow - DEV Community -https://tumde-my.sharepoint.com/:p:/r/personal/leon_kniffki_tum_de/_layouts/15/Doc.aspx?sourcedoc=%7BE414D61F-49BD-4DA2-97EE-F897DE3C44DA%7D&file=hpc-seminar.pptx&action=edit&mobileredirect=true&DefaultItemOpen=1&login_hint=christian.krinitsin%40tum.de&ct=1719253505695&wdOrigin=OFFICECOM-WEB.START.REC&cid=6cef8f7f-d4ec-4001-95b5-9c86af56fe7e&wdPreviousSessionSrc=HarmonyWeb&wdPreviousSession=627ed7fa-d655-48e0-be59-34977dfefddf hpc-seminar.pptx diff --git a/qutebrowser/.config/qutebrowser/quickmarks b/qutebrowser/.config/qutebrowser/quickmarks index 184cfef..bed841c 100644 --- a/qutebrowser/.config/qutebrowser/quickmarks +++ b/qutebrowser/.config/qutebrowser/quickmarks @@ -6,5 +6,4 @@ dis https://www.disneyplus.com/en-gb/home tumlive https://live.rbg.tum.de/ zu https://zulip.in.tum.de/ gn https://keep.google.com/#home -swayswitch1 https://luxagraf.net/src/guide-to-switching-i3-to-sway tum https://campus.tum.de/tumonline/ diff --git a/scripts/paru.sh b/scripts/paru.sh deleted file mode 100755 index 8912d7d..0000000 --- a/scripts/paru.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/bash - -git clone https://aur.archlinux.org/paru.git /tmp/paru - -cd /tmp/paru - -makepkg -si - -paru --version - -rm -rf /tmp/paru diff --git a/scripts/yay.sh b/scripts/yay.sh new file mode 100755 index 0000000..b0106cb --- /dev/null +++ b/scripts/yay.sh @@ -0,0 +1,11 @@ +#!/usr/bin/bash + +git clone https://aur.archlinux.org/yay.git /tmp/yay + +cd /tmp/yay + +makepkg -si + +yay --version + +rm -rf /tmp/yay -- cgit 1.4.1 From 1af1c163168db7f1e1bc1d5dfabd290ba740dcdd Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Sat, 19 Oct 2024 10:15:00 +0200 Subject: add alias, git and qtquickmarks --- bash/.bashrc | 2 + git/.gitconfig | 2 + qutebrowser/.config/qutebrowser/quickmarks | 2 + starship/.config/starship.toml | 148 +---------------------------- 4 files changed, 11 insertions(+), 143 deletions(-) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index 635ec52..b02b3ca 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -15,6 +15,8 @@ alias :q="exit" alias ..="cd .." alias v="vim" alias reload-gpg="gpg-connect-agent reloadagent /bye" +alias psaroot="ssh -i ~/.ssh/psa -p 60500 root@psa.in.tum.de" +alias psauser="ssh -i ~/.ssh/psa -p 60500 ge87liq@psa.in.tum.de" # Arrow bindings bind '"\e[A":history-search-backward' diff --git a/git/.gitconfig b/git/.gitconfig index ff70ebd..d3788fc 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,3 +1,5 @@ [user] email = code@krinitsin.xyz name = Christian Krinitsin +[pull] + rebase = true diff --git a/qutebrowser/.config/qutebrowser/quickmarks b/qutebrowser/.config/qutebrowser/quickmarks index bed841c..8c6e23c 100644 --- a/qutebrowser/.config/qutebrowser/quickmarks +++ b/qutebrowser/.config/qutebrowser/quickmarks @@ -7,3 +7,5 @@ tumlive https://live.rbg.tum.de/ zu https://zulip.in.tum.de/ gn https://keep.google.com/#home tum https://campus.tum.de/tumonline/ +krin krinitsin.xyz +psa https://psa.in.tum.de/xwiki/bin/view/PSA%20WiSe%202024%20%202025/ diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index dcb868c..3c40154 100755 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -1,146 +1,3 @@ -# format = """ -# [](#83c092)\ -# $username\ -# [](bg:#a7c080 fg:#83c092)\ -# $directory\ -# [](fg:#a7c080 bg:#7a8478)\ -# $git_branch\ -# $git_status\ -# [](fg:#7a8478 bg:#445055)\ -# $c\ -# $elixir\ -# $elm\ -# $golang\ -# $haskell\ -# $java\ -# $julia\ -# $nodejs\ -# $nim\ -# $rust\ -# $scala\ -# [](fg:#445055)\ -# """ -#bg:#445055)\ -#$docker_context\ -#[](fg:#445055)\ - - -#accent: "#7a8478" -#background: "#2b3339" -#foreground: "#d3c6aa" - # black: "#445055" - # red: "#e67e80" - # green: "#a7c080" - #yellow: "#dbbc7f" - # blue: "#7fbbb3" - # magenta: "#d699b6" - # cyan: "#83c092" - # white: "#d3c6aa" -# Disable the blank line at the start of the prompt -# add_newline = false - -# You can also replace your username with a neat symbol like  to save some space -# [username] -# show_always = true -# style_user = "bg:#83c092" -# style_root = "bg:#83c092" -# format = '[ ]($style)' - -# [directory] -# style = "bg:#a7c080" -# format = '[ $path ]($style)' -#truncation_length = 3 -#truncation_symbol = "…/" - -# Here is how you can shorten some long paths by text replacement -# similar to mapped_locations in Oh My Posh: -# [directory.substitutions] -# "Documents" = " " -# "Downloads" = " " -# "Music" = " " -# "Pictures" = " " -# "~" = " " -# Keep in mind that the order matters. For example: -# "Important Documents" = "  " -# will not be replaced, because "Documents" was already substituted before. -# So either put "Important Documents" before "Documents" or use the substituted version: -# "Important  " = "  " - -# [c] -# symbol = " " -# style = "bg:#445055" -# format = '[ $symbol ($version) ]($style)' -# -# [docker_context] -# symbol = " " -# style = "bg:#445055" -# format = '[ $symbol $context ]($style) $path' -# -# [elixir] -# symbol = " " -# style = "bg:#445055" -# format = '[ $symbol ($version) ]($style)' -# -# [elm] -# symbol = " " -# style = "bg:#445055" -# format = '[ $symbol ($version) ]($style)' -# -# [git_branch] -# symbol = "" -# style = "bg:#7a8478" -# format = '[ $symbol $branch ]($style)' -# -# [git_status] -# style = "bg:#7a8478" -# format = '[$all_status$ahead_behind ]($style)' -# -# [golang] -# symbol = " " -# style = "bg:#445055" -# format = '[ $symbol ($version) ]($style)' -# -# [haskell] -# symbol = " " -# style = "bg:#445055" -# format = '[ $symbol ($version) ]($style)' -# -# [java] -# symbol = "" -# style = "bg:#445055" -# format = '[ $symbol ($version) ]($style)' -# -# [julia] -# symbol = " " -# style = "bg:#445055" -# format = '[ $symbol ($version) ]($style)' -# -# [nodejs] -# symbol = "" -# style = "bg:#445055" -# format = '[ $symbol ($version) ]($style)' -# -# [nim] -# symbol = " " -# style = "bg:#445055" -# format = '[ $symbol ($version) ]($style)' -# -# [rust] -# symbol = "" -# style = "bg:#2445055" -# format = '[ $symbol ($version) ]($style)' -# -# [scala] -# symbol = " " -# style = "bg:#445055" -# format = '[ $symbol ($version) ]($style)' -# -# [time] -# disabled = true -# time_format = "%R" # Hour:Minute Format -# style = "bg:#33658A" -# format = '[ ♥ $time ]($style)' - format = """ [░▒▓](#83c092)\ [  ](bg:#83c092 fg:#090c0c)\ @@ -190,6 +47,11 @@ symbol = "" style = "bg:#212736" format = '[[ $symbol ($version) ](fg:#a7c080 bg:#212736)]($style)' +[c] +symbol = " " +style = "bg:#212736" +format = '[ $symbol ($version) ]($style)' + [golang] symbol = "ﳑ" style = "bg:#212736" -- cgit 1.4.1