too much time wasted on here

This commit is contained in:
Reinaldy Rafli 2021-09-28 23:16:31 +07:00
parent 65ebd65574
commit dcc2fd2a52
No known key found for this signature in database
GPG Key ID: CFDB9400255D8CB6
3 changed files with 26 additions and 18 deletions

View File

@ -91,6 +91,7 @@ fi
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
alias fucking='sudo'
# Add an "alert" alias for long running commands. Use like so:
# sleep 10; alert
@ -140,3 +141,4 @@ export EDITOR="micro"
export COLORTERM="truecolor"
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
export DOTFILES_PATH=/home/reinaldy/.dotfiles
eval "$(starship init bash)"

View File

@ -1,14 +1,15 @@
color-link default "#D6DEEB,#011627" # ok
color-link color-column "#1B1B1B"
color-link default "#D6DEEB,#1b1b1b" # ok
color-link color-column "#01167B"
color-link comment "#637777" # ok
color-link constant "#5ca7e4" # ok
color-link constant.bool "#ff5874" # ok
color-link comment.todo "#8B98AB"
color-link constant "#5CA7E4" # ok
color-link constant.bool "#FF5874" # ok
color-link constant.bool.false "#ff5874" # ok
color-link constant.bool.true "#ff5874" # ok
color-link constant.number "#F78C6C" # ok
color-link constant.specialChar "#DDF2A4" # ok
color-link constant.string "#ECC48D" # ok
color-link cursor-line "#01121f" # ok
color-link cursor-line "#01121F" # ok
color-link divider "#1E1E1E"
color-link error "#FFFFFF,#ff2c83" # ok
color-link diff-added "#8FBCBB" # ok
@ -16,24 +17,24 @@ color-link diff-modified "#8FBCBB" # ok
color-link diff-deleted "#D70000" # ok
color-link gutter-error "#9B859D"
color-link gutter-warning "#9B859D"
color-link identifier "#c5e478"
color-link identifier.macro ""
color-link identifier.class "#c792ea" # ok
color-link identifier.var "#c5e478" # ok
color-link identifier "#C5E478"
color-link identifier.macro "#C5E478"
color-link identifier.class "#C792EA" # ok
color-link identifier.var "#C5E478" # ok
color-link indent-char "#515151"
color-link current-line-number "#4b6479,#1d3b53" # ok
color-link current-line-number "#4B6479,#1D3B53" # ok
color-link line-number "#868686,#1B1B1B"
color-link preproc "#E0C589"
color-link preproc.shebang "#ef1f23" # ok
color-link special "#E0C589"
color-link statement "#c792ea" # ok
color-link preproc "#C792EA"
color-link preproc.shebang "#EF1F23" # ok
color-link special "#C792EA"
color-link statement "#C792EA" # ok
color-link statusline "#D6DEEB,#011627" # ok
color-link symbol "#AC885B"
color-link symbol.brackets "#ffd70d" # ok
color-link symbol.operator "#c792ea" # ok
color-link symbol.brackets "#FFD70D" # ok
color-link symbol.operator "#C792EA" # ok
color-link symbol.tag "#AC885B" # ok
color-link tabbar "#F2F0EC,#2D2D2D"
color-link todo "#8B98AB"
color-link type "#c5e478" # ok
color-link type "#C5E478" # ok
color-link type.keyword "#c5e478"
color-link underlined "#8996A8"

5
starship/starship.toml Normal file
View File

@ -0,0 +1,5 @@
scan_timeout = 5000
command_timeout = 5000
[directory]
truncation_length = 5