Compare commits
No commits in common. "e8441b3a5308a48a0611776d523176ab5675cfc4" and "1b39fc35928132dbcbd26c0b40f13a42cc26519b" have entirely different histories.
e8441b3a53
...
1b39fc3592
4 changed files with 10 additions and 131 deletions
7
.bashrc
7
.bashrc
|
@ -11,7 +11,6 @@ fi
|
||||||
# Set name of the theme to load. Optionally, if you set this to "random"
|
# Set name of the theme to load. Optionally, if you set this to "random"
|
||||||
# it'll load a random theme each time that oh-my-bash is loaded.
|
# it'll load a random theme each time that oh-my-bash is loaded.
|
||||||
OSH_THEME="brainy"
|
OSH_THEME="brainy"
|
||||||
[ -x "$(command -v starship)" ] && ZSH_THEME=""
|
|
||||||
|
|
||||||
# Uncomment the following line to use case-sensitive completion.
|
# Uncomment the following line to use case-sensitive completion.
|
||||||
# CASE_SENSITIVE="true"
|
# CASE_SENSITIVE="true"
|
||||||
|
@ -30,10 +29,10 @@ OSH_THEME="brainy"
|
||||||
# DISABLE_LS_COLORS="true"
|
# DISABLE_LS_COLORS="true"
|
||||||
|
|
||||||
# Uncomment the following line to disable auto-setting terminal title.
|
# Uncomment the following line to disable auto-setting terminal title.
|
||||||
DISABLE_AUTO_TITLE="true"
|
# DISABLE_AUTO_TITLE="true"
|
||||||
|
|
||||||
# Uncomment the following line to enable command auto-correction.
|
# Uncomment the following line to enable command auto-correction.
|
||||||
ENABLE_CORRECTION="true"
|
# ENABLE_CORRECTION="true"
|
||||||
|
|
||||||
# Uncomment the following line to display red dots whilst waiting for completion.
|
# Uncomment the following line to display red dots whilst waiting for completion.
|
||||||
# COMPLETION_WAITING_DOTS="true"
|
# COMPLETION_WAITING_DOTS="true"
|
||||||
|
@ -89,5 +88,3 @@ shopt -s checkwinsize
|
||||||
source "$HOME/.config/environment"
|
source "$HOME/.config/environment"
|
||||||
[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc"
|
[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc"
|
||||||
[ -x "$(command -v thefuck)" ] && eval $(thefuck --alias)
|
[ -x "$(command -v thefuck)" ] && eval $(thefuck --alias)
|
||||||
|
|
||||||
[ -x "$(command -v starship)" ] && eval "$(starship init bash)"
|
|
||||||
|
|
|
@ -1,12 +1,4 @@
|
||||||
LANG=en_US.UTF-8
|
LANG=en_DE.UTF-8
|
||||||
LANGUAGE=en_US
|
LANGUAGE=en_DE:en_IE:en_GB:en
|
||||||
LC_COLLATE=C
|
|
||||||
LC_TIME=de_DE.UTF-8
|
|
||||||
LC_MONETARY=de_DE.UTF-8
|
|
||||||
LC_NUMERIC=de_DE.UTF-8
|
|
||||||
LC_PAPER=de_DE.UTF-8
|
|
||||||
LC_MEASUREMENT=de_DE.UTF-8
|
|
||||||
LC_NAME=de_DE.UTF-8
|
|
||||||
LC_ADDRESS=de_DE.UTF-8
|
|
||||||
LC_TELEPHONE=de_DE.UTF-8
|
|
||||||
LC_ALL=
|
LC_ALL=
|
||||||
|
LC_COLLATE=C
|
||||||
|
|
|
@ -1,109 +0,0 @@
|
||||||
format = """
|
|
||||||
[](blue)\
|
|
||||||
$time\
|
|
||||||
[](bg:purple fg:blue)\
|
|
||||||
$sudo$username$hostname$docker_context\
|
|
||||||
[](bg:green fg:purple)\
|
|
||||||
$directory\
|
|
||||||
[](bg:red fg:green)\
|
|
||||||
$git_branch$git_commit$git_state$git_status\
|
|
||||||
[](bg:#454158 fg:red)\
|
|
||||||
$fill\
|
|
||||||
[](bg:#454158 fg:yellow)\
|
|
||||||
$status$cmd_duration\
|
|
||||||
[](bg:yellow fg:cyan)\
|
|
||||||
$jobs\
|
|
||||||
[](cyan)
|
|
||||||
[](blue)\
|
|
||||||
$shell$character
|
|
||||||
"""
|
|
||||||
|
|
||||||
continuation_prompt = "[](blue)[ ](bg:blue)[](blue) "
|
|
||||||
|
|
||||||
|
|
||||||
[character]
|
|
||||||
success_symbol = "[ ](fg:blue bg:green)[](green)"
|
|
||||||
error_symbol = "[ ](fg:blue bg:red)[](red)"
|
|
||||||
vicmd_symbol = "[ ](fg:blue bg:cyan)[](cyan)"
|
|
||||||
|
|
||||||
[cmd_duration]
|
|
||||||
min_time = 0
|
|
||||||
show_notifications = true
|
|
||||||
show_milliseconds = true
|
|
||||||
style = "bg:yellow fg:black"
|
|
||||||
format = "[$duration祥]($style)"
|
|
||||||
|
|
||||||
[directory]
|
|
||||||
read_only = ""
|
|
||||||
truncation_length = 8
|
|
||||||
truncation_symbol = "…/"
|
|
||||||
style = "bg:green fg:black"
|
|
||||||
format = "[$read_only$path]($style)"
|
|
||||||
|
|
||||||
[docker_context]
|
|
||||||
style = "bg:purple"
|
|
||||||
symbol = ""
|
|
||||||
format = "[ $symbol$context]($style)"
|
|
||||||
|
|
||||||
[fill]
|
|
||||||
style = "bg:#454158"
|
|
||||||
symbol = " "
|
|
||||||
|
|
||||||
[git_branch]
|
|
||||||
symbol = ""
|
|
||||||
style = "bg:red fg:black"
|
|
||||||
format = '[ $symbol $branch ]($style)'
|
|
||||||
|
|
||||||
[git_commit]
|
|
||||||
style = "bg:red fg:black"
|
|
||||||
tag_disabled = false
|
|
||||||
tag_symbol = " "
|
|
||||||
format = '[\($hash$tag\) ]($style)'
|
|
||||||
|
|
||||||
[git_status]
|
|
||||||
style = "bg:red fg:black"
|
|
||||||
format = '[\[$all_status$ahead_behind\]]($style)'
|
|
||||||
|
|
||||||
[hostname]
|
|
||||||
ssh_only = false
|
|
||||||
style = "bg:purple"
|
|
||||||
format = "[@$hostname]($style)"
|
|
||||||
trim_at = ""
|
|
||||||
|
|
||||||
[jobs]
|
|
||||||
number_threshold = 1
|
|
||||||
style = "bg:cyan fg:black"
|
|
||||||
symbol = ""
|
|
||||||
format = "[$symbol$number]($style)"
|
|
||||||
|
|
||||||
[shell]
|
|
||||||
bash_indicator = '\$'
|
|
||||||
fish_indicator = ""
|
|
||||||
zsh_indicator = '%%'
|
|
||||||
powershell_indicator = ""
|
|
||||||
unknown_indicator = ""
|
|
||||||
style = "bg:blue"
|
|
||||||
format = '[$indicator]($style)'
|
|
||||||
disabled = false
|
|
||||||
|
|
||||||
[sudo]
|
|
||||||
style = "bg:purple"
|
|
||||||
symbol = ""
|
|
||||||
format = "[$symbol]($style)"
|
|
||||||
disabled = false
|
|
||||||
|
|
||||||
[status]
|
|
||||||
disabled = false
|
|
||||||
style = "bg:yellow fg:black"
|
|
||||||
format = "[$status ]($style)"
|
|
||||||
|
|
||||||
[time]
|
|
||||||
disabled = false
|
|
||||||
style = "bg:blue"
|
|
||||||
format = "[$time]($style)"
|
|
||||||
|
|
||||||
[username]
|
|
||||||
show_always = true
|
|
||||||
style_user = "bg:purple"
|
|
||||||
style_root = "bg:purple underline"
|
|
||||||
format = '[$user]($style)'
|
|
|
@ -12,7 +12,6 @@ fi
|
||||||
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
||||||
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
||||||
ZSH_THEME="serguzim"
|
ZSH_THEME="serguzim"
|
||||||
[ -x "$(command -v starship)" ] && ZSH_THEME=""
|
|
||||||
|
|
||||||
# Set list of themes to pick from when loading at random
|
# Set list of themes to pick from when loading at random
|
||||||
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
||||||
|
@ -43,10 +42,10 @@ DISABLE_AUTO_UPDATE="false"
|
||||||
# DISABLE_LS_COLORS="true"
|
# DISABLE_LS_COLORS="true"
|
||||||
|
|
||||||
# Uncomment the following line to disable auto-setting terminal title.
|
# Uncomment the following line to disable auto-setting terminal title.
|
||||||
DISABLE_AUTO_TITLE="true"
|
# DISABLE_AUTO_TITLE="true"
|
||||||
|
|
||||||
# Uncomment the following line to enable command auto-correction.
|
# Uncomment the following line to enable command auto-correction.
|
||||||
ENABLE_CORRECTION="true"
|
# ENABLE_CORRECTION="true"
|
||||||
|
|
||||||
# Uncomment the following line to display red dots whilst waiting for completion.
|
# Uncomment the following line to display red dots whilst waiting for completion.
|
||||||
# COMPLETION_WAITING_DOTS="true"
|
# COMPLETION_WAITING_DOTS="true"
|
||||||
|
@ -62,7 +61,7 @@ ENABLE_CORRECTION="true"
|
||||||
# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
|
# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
|
||||||
# or set a custom format using the strftime function format specifications,
|
# or set a custom format using the strftime function format specifications,
|
||||||
# see 'man strftime' for details.
|
# see 'man strftime' for details.
|
||||||
HIST_STAMPS="yyyy-mm-dd"
|
# HIST_STAMPS="yyyy-mm-dd"
|
||||||
|
|
||||||
# Would you like to use another custom folder than $ZSH/custom?
|
# Would you like to use another custom folder than $ZSH/custom?
|
||||||
ZSH_CUSTOM=$ZDOTDIR/custom
|
ZSH_CUSTOM=$ZDOTDIR/custom
|
||||||
|
@ -79,9 +78,11 @@ plugins=(
|
||||||
'cp'
|
'cp'
|
||||||
'docker'
|
'docker'
|
||||||
'docker-compose'
|
'docker-compose'
|
||||||
|
'encode64'
|
||||||
'extract'
|
'extract'
|
||||||
'git'
|
'git'
|
||||||
'git-auto-status'
|
'git-auto-status'
|
||||||
|
'httpie'
|
||||||
'jump'
|
'jump'
|
||||||
'laravel5'
|
'laravel5'
|
||||||
'rust'
|
'rust'
|
||||||
|
@ -107,5 +108,3 @@ export HISTFILE="$HOME/.cache/zsh_history"
|
||||||
|
|
||||||
# Load zsh-syntax-highlighting; should be last.
|
# Load zsh-syntax-highlighting; should be last.
|
||||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
|
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
|
||||||
|
|
||||||
[ -x "$(command -v starship)" ] && eval "$(starship init zsh)"
|
|
||||||
|
|
Loading…
Reference in a new issue