Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dotfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iliya.saroukha
dotfiles
Commits
32401737
Verified
Commit
32401737
authored
1 year ago
by
iliya.saroukha
Browse files
Options
Downloads
Patches
Plain Diff
matching terminal style to nvim
parent
3c84b818
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.zshrc
+17
-3
17 additions, 3 deletions
.zshrc
with
17 additions
and
3 deletions
.zshrc
+
17
−
3
View file @
32401737
...
...
@@ -35,6 +35,11 @@ alias lg="lazygit"
alias
show
=
"tree --noreport --gitignore"
tn
()
{
tmux new
-s
$@
}
alias
lt
=
"exa -l --icons -T --sort=time"
# ------------ FZF -------------
source
/usr/share/fzf/key-bindings.zsh
source
/usr/share/fzf/completion.zsh
...
...
@@ -47,9 +52,13 @@ export FZF_CTRL_T_OPTS="
--preview 'bat -n --color=always {}'
--bind 'ctrl-/:change-preview-window(down|hidden|)'"
# export FZF_DEFAULT_OPTS="--color=fg:#f8f8f2,bg:-1,hl:#bd93f9,gutter:-1 --color=fg+:#f8f8f2,bg+:#44475a,hl+:#bd93f9 \
# --color=info:#ffb86c,prompt:#50fa7b,pointer:#ff79c6 --color=marker:#ff79c6,spinner:#ffb86c,header:#6272a4 \
# --height=100% --layout=default --info=inline --border --margin=1 --padding=1"
# export FZF_DEFAULT_OPTS="
# --color=fg:#f8f8f2,bg:-1,hl:#bd93f9,gutter:-1
# --color=fg+:#f8f8f2,bg+:#44475a,hl+:#bd93f9
# --color=info:#ffb86c,prompt:#50fa7b,pointer:#ff79c6
# --color=marker:#ff79c6,spinner:#ffb86c,header:#6272a4
# --height=100% --layout=default
# --info=inline --border --margin=1 --padding=1"
export
FZF_DEFAULT_OPTS
=
"
--color=fg:#908caa,bg:#232136,hl:#ea9a97
...
...
@@ -76,5 +85,10 @@ export NVM_DIR="$HOME/.nvm"
export
JAVA_HOME
=
"/usr/lib/jvm/java-21-openjdk"
export
PATH_TO_FX
=
"/usr/lib/javafx-sdk-21.0.1/lib"
# --------- BUN ---------
export
BUN_INSTALL
=
"
$HOME
/.bun"
export
PATH
=
$BUN_INSTALL
/bin:
$PATH
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[
!
-f
~/.p10k.zsh
]]
||
source
~/.p10k.zsh
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment