claydugo / dotfiles

dotfiles for nvim, tmux, bash, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

20221228

20221228

My auto-installer is located at scripts/setup.sh

$ tree -a -I '.git|ramona|karabiner'
.
├── .aliases
├── .bashrc
├── .config
│   ├── alacritty
│   │   └── alacritty.yml
│   ├── kitty
│   │   └── kitty.conf
│   ├── nvim
│   │   ├── init.lua
│   │   ├── lazy-lock.json
│   │   └── lua
│   │       ├── langserver_icons.lua
│   │       ├── lazy_manager.lua
│   │       ├── maps.lua
│   │       ├── maps_plugin.lua
│   │       ├── options.lua
│   │       └── plugins
│   │           ├── copilot.lua
│   │           ├── github_theme.lua
│   │           ├── gitsigns.lua
│   │           ├── lsp.lua
│   │           ├── lualine.lua
│   │           ├── mini.lua
│   │           ├── telescope.lua
│   │           ├── treesitter.lua
│   │           └── vimwiki.lua
│   └── starship.toml
├── dotfiles.png
├── dots_macos.png
├── .gitignore
├── .gitmodules
├── .linux_aliases
├── .mac_aliases
├── README.md
├── scripts
│   └── setup.sh
├── .tmux.conf
├── .tmux-ssh.conf
└── .xprofile

8 directories, 32 files

Dependencies

Submodules

Clone with submodules:

git clone --recurse-submodules -j8 git@github.com:claydugo/dotfiles.git

after cloning:

git submodule update --init

after updates

git submodule update --remote

Old NVIM configurations

Custom Bubble Theme

Switch from init.vim to init.lua

Switch from packer.nvim to lazy.nvim

About

dotfiles for nvim, tmux, bash, etc.


Languages

Language:Lua 67.0%Language:Shell 32.3%Language:Python 0.7%