My auto-installer is located at scripts/setup.sh
$ tree -a -I '.git|ramona|karabiner'
.
├── .aliases
├── .bashrc
├── .config
│ ├── alacritty
│ │ └── alacritty.yml
│ ├── kitty
│ │ └── kitty.conf
│ ├── MangoHud
│ │ └── MangoHud.conf
│ ├── nvim
│ │ ├── init.lua
│ │ ├── lazy-lock.json
│ │ └── lua
│ │ ├── langserver_icons.lua
│ │ ├── lazy_manager.lua
│ │ ├── maps.lua
│ │ ├── maps_plugin.lua
│ │ ├── options.lua
│ │ └── plugins
│ │ ├── barbecue.lua
│ │ ├── browsher.lua
│ │ ├── copilot.lua
│ │ ├── gitsigns.lua
│ │ ├── lsp.lua
│ │ ├── lualine.lua
│ │ ├── markdown.lua
│ │ ├── mini.lua
│ │ ├── telescope.lua
│ │ ├── tip_of_my_buffer.lua
│ │ ├── tokyonight.lua
│ │ ├── treesitter.lua
│ │ └── vimwiki.lua
│ ├── .ripgreprc
│ ├── starship.toml
│ └── warp-terminal
│ └── keybindings.yaml
├── dotfiles.png
├── dots_macos.png
├── .gitconfig
├── .gitignore
├── .gitmodules
├── .ipython
│ ├── __init__.py
│ └── profile_default
│ └── startup
│ └── 00-conf.py
├── .linux_aliases
├── .local
│ └── bin
│ └── build_nvim.sh
├── .mac_aliases
├── .pre-commit-config.yaml
├── README.md
├── scripts
│ └── setup.sh
├── .tmux.conf
└── .tmux-ssh.conf
15 directories, 43 files
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