Skip to content

jsec02/linux_dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

606 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal dotfiles and configuration management for my linux machines

Code Statistics

-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Lua                             58            626            588           4034
TOML                             7            110            322            333
JSON                             3              0              0            249
Markdown                         2              9              4            149
Bourne Shell                     1              0              0             22
-------------------------------------------------------------------------------
SUM:                            71            745            914           4787
-------------------------------------------------------------------------------

Project Structure

dotfiles
├── atuin
│   └── config.toml
├── direnv
│   └── direnv.toml
├── fzf
│   └── themes
│       └── astrodark.sh
├── git
├── helix
│   ├── config.toml
│   ├── languages.toml
│   └── themes
│       └── astrodark.toml
├── kak
│   └── kakrc
├── 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
│   │   │       ├── debugger.lua
│   │   │       ├── divider_generator.lua
│   │   │       ├── eof_padding.lua
│   │   │       ├── init.lua
│   │   │       ├── runner.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
├── zellij
│   ├── config.kdl
│   └── themes
│       └── astrodark.kdl
└── zsh

31 directories, 77 files

About

Personal dotfiles and configuration management for my linux machines

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors