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
Compare revisions
4c12a57c10db53aa922621f3c8c485f2b0505c86 to b50eddff289e2d55065d15eed0064716acc4b31c
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
iliya.saroukha/dotfiles
Select target project
No results found
b50eddff289e2d55065d15eed0064716acc4b31c
Select Git revision
Branches
master
Swap
Target
iliya.saroukha/dotfiles
Select target project
iliya.saroukha/dotfiles
1 result
4c12a57c10db53aa922621f3c8c485f2b0505c86
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
feat: config for editor that i'm not gonna use
· 5aa8ca9d
iliya.saroukha
authored
6 months ago
Verified
5aa8ca9d
fix: using rose-pine moon in tmux
· ca08a78d
iliya.saroukha
authored
6 months ago
Verified
ca08a78d
updating nvim submodule
· b50eddff
iliya.saroukha
authored
6 months ago
Verified
b50eddff
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.config/helix/config.toml
+1
-0
1 addition, 0 deletions
.config/helix/config.toml
.config/nvim
+1
-1
1 addition, 1 deletion
.config/nvim
.config/tmux/tmux.conf
+2
-1
2 additions, 1 deletion
.config/tmux/tmux.conf
with
4 additions
and
2 deletions
.config/helix/config.toml
0 → 100644
View file @
b50eddff
theme
=
"rose_pine_moon"
This diff is collapsed.
Click to expand it.
nvim
@
69fb3c8c
Compare
719a4b5b
...
69fb3c8c
Subproject commit
719a4b5b9767c749c971ee1411fee6ac6d5a213f
Subproject commit
69fb3c8c641e96d2f377d1f7568c98f1187f7287
This diff is collapsed.
Click to expand it.
.config/tmux/tmux.conf
View file @
b50eddff
...
...
@@ -30,8 +30,9 @@ set -s copy-command 'wl-copy'
# FZF change sessions
set
-
g
@
session
-
wizard
's'
# set-option -g status-position top
set
-
g
@
rose_pine_variant
'm
ai
n'
# Options are 'main', 'moon' or 'dawn'
set
-
g
@
rose_pine_variant
'm
oo
n'
# Options are 'main', 'moon' or 'dawn'
set
-
g
@
rose_pine_host
'on'
# Enables hostname in the status bar
set
-
g
@
rose_pine_date_time
'%a %d %b %H:%M'
# It accepts the date UNIX command format (man date for info)
...
...
This diff is collapsed.
Click to expand it.