Skip to content

jsec02/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

568 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal dotfiles and configuration management for my linux machines

Code Statistics

-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Lua                             58            611            588           3943
TOML                             8            109            321            335
JSON                             3              0              0            249
YAML                             7             17             20            206
Markdown                         2              9              4            167
Bourne Shell                     1              0              0             22
-------------------------------------------------------------------------------
SUM:                            79            746            933           4922
-------------------------------------------------------------------------------

Project Structure

dotfiles
├── atuin
│   └── config.toml
├── direnv
│   └── direnv.toml
├── fzf
│   └── themes
│       └── astrodark.sh
├── git
├── helix
│   ├── config.toml
│   ├── languages.toml
│   └── themes
│       └── astrodark.toml
├── homepage
│   ├── bookmarks.yaml
│   ├── custom.css
│   ├── custom.js
│   ├── docker.yaml
│   ├── kubernetes.yaml
│   ├── proxmox.yaml
│   ├── services.yaml
│   ├── settings.yaml
│   └── widgets.yaml
├── kak
│   └── kakrc
├── lightdm
│   └── lightdm.conf
├── navidrome
│   └── navidrome.toml
├── networkmanager
│   └── NetworkManager.conf
├── nvim
│   ├── after
│   │   └── ftplugin
│   │       ├── css.lua
│   │       ├── htmldjango.lua
│   │       ├── html.lua
│   │       ├── javascript.lua
│   │       ├── json.lua
│   │       ├── kdl.lua
│   │       ├── lua.lua
│   │       ├── man.lua
│   │       ├── markdown.lua
│   │       ├── ps1.lua
│   │       ├── python.lua
│   │       ├── sh.lua
│   │       └── sql.lua
│   ├── COMMANDS.md
│   ├── init.lua
│   ├── lazy-lock.json
│   ├── lua
│   │   ├── core
│   │   │   ├── autocommands.lua
│   │   │   ├── diagnostics.lua
│   │   │   ├── filetypes.lua
│   │   │   ├── init.lua
│   │   │   ├── keymaps.lua
│   │   │   ├── lazy.lua
│   │   │   └── options.lua
│   │   ├── custom
│   │   │   ├── extensions
│   │   │   │   ├── heirline_path.lua
│   │   │   │   └── highlights.lua
│   │   │   └── modules
│   │   │       ├── code_debugger.lua
│   │   │       ├── code_runner.lua
│   │   │       ├── divider_generator.lua
│   │   │       ├── eof_padding.lua
│   │   │       ├── init.lua
│   │   │       ├── status_column.lua
│   │   │       ├── winbar_breadcrumbs.lua
│   │   │       └── window_swapper.lua
│   │   └── plugins
│   │       ├── coding
│   │       │   ├── autopairs.lua
│   │       │   ├── autotag.lua
│   │       │   ├── gitsigns.lua
│   │       │   ├── mini_ai.lua
│   │       │   ├── mini_surround.lua
│   │       │   └── treesitter.lua
│   │       ├── lsp_completion
│   │       │   ├── blink_cmp.lua
│   │       │   ├── conform.lua
│   │       │   ├── lazydev.lua
│   │       │   ├── lsp_config.lua
│   │       │   ├── mason.lua
│   │       │   └── nvim-lint.lua
│   │       ├── ui
│   │       │   ├── colorscheme.lua
│   │       │   ├── heirline.lua
│   │       │   ├── illuminate.lua
│   │       │   ├── mini_icons.lua
│   │       │   ├── nvim_ufo.lua
│   │       │   └── rainbow_delimiters.lua
│   │       └── utils
│   │           ├── cmdline.lua
│   │           ├── flash.lua
│   │           ├── guess_indent.lua
│   │           ├── oil.lua
│   │           ├── quicker.lua
│   │           ├── snacks.lua
│   │           ├── todo_comments.lua
│   │           ├── whichkey.lua
│   │           └── zellij_nav.lua
│   ├── snippets
│   │   ├── python.json
│   │   └── sh.json
│   └── spell
│       ├── en.utf-8.add
│       └── en.utf-8.add.spl
├── README.md
├── redshift
│   └── redshift.conf
├── sqlite
├── ssh
│   └── config
├── yazi
│   ├── theme.toml
│   └── yazi.toml
├── zellij
│   ├── config.kdl
│   └── themes
│       └── astrodark.kdl
└── zsh

35 directories, 90 files

About

Personal dotfiles and configuration management for my linux machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors