Skip to content

Ilya-Meer/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Various configs - variously imagined and variously pilfered.

  • Zshell
  • Git
  • Neovim
  • Tmux
  • Basic program installation
.
├── .config
│   └── .config
│       └── nvim
│           ├── init.lua
│           ├── lua
│           │   └── user
│           │       ├── cmp.lua
│           │       ├── colorscheme.lua
│           │       ├── custom.lua
│           │       ├── go
│           │       │   └── init.lua
│           │       ├── keymaps.lua
│           │       ├── lsp
│           │       │   ├── handlers.lua
│           │       │   ├── init.lua
│           │       │   ├── mason.lua
│           │       │   ├── null-ls.lua
│           │       │   └── settings
│           │       │       └── sumneko_lua.lua
│           │       ├── options.lua
│           │       ├── plugins.lua
│           │       ├── symbols-outline.lua
│           │       └── telescope.lua
│           └── plugin
│               └── packer_compiled.lua
├── .gitignore
├── README.md
├── git
│   ├── .gitconfig
│   ├── .gitignore
│   └── .stow-local-ignore
├── install.sh
├── tmux
│   └── .tmux.conf
└── zsh
    ├── .zshrc
    ├── alias.zsh
    └── functions.zsh

Releases

No releases published

Packages

No packages published