Skip to content

claydugo/dotfiles

Repository files navigation

Dotfiles

dotfiles

Installation

git clone --recurse-submodules git@github.com:claydugo/dotfiles.git ~/dotfiles
cd ~/dotfiles
./scripts/bootstrap.sh
Structure
.
├── .aliases
├── .bashrc
├── .claude
│   ├── commands
│   │   ├── interview.md
│   │   ├── jj.md
│   │   ├── luaist.md
│   │   ├── pythonista.md
│   │   └── remove_slop.md
│   ├── output-styles
│   │   └── direct-action.md
│   └── settings.json
├── .config
│   ├── .ripgreprc
│   ├── jj
│   │   └── config.toml
│   ├── kitty
│   │   └── kitty.conf
│   ├── nvim
│   │   ├── .luarc.json
│   │   ├── bin
│   │   │   └── zig-cc.cmd
│   │   ├── ftplugin
│   │   │   ├── gradle.lua
│   │   │   ├── java.lua
│   │   │   └── lua.lua
│   │   ├── init.lua
│   │   └── lua
│   │       ├── config
│   │       │   └── lazy.lua
│   │       ├── headless_install.lua
│   │       ├── langserver_icons.lua
│   │       ├── maps.lua
│   │       ├── options.lua
│   │       ├── packages.lua
│   │       └── plugins
│   │           ├── blink-cmp.lua
│   │           ├── browsher.lua
│   │           ├── copilot.lua
│   │           ├── dropbar.lua
│   │           ├── gitsigns.lua
│   │           ├── jdtls.lua
│   │           ├── lazydev.lua
│   │           ├── lsp.lua
│   │           ├── lualine.lua
│   │           ├── markdown.lua
│   │           ├── mini.lua
│   │           ├── noice.lua
│   │           ├── showtime.lua
│   │           ├── snacks.lua
│   │           ├── telescope.lua
│   │           ├── tip_of_my_buffer.lua
│   │           ├── tokyonight.lua
│   │           ├── treesitter.lua
│   │           └── vimwiki.lua
│   ├── starship.toml
│   └── wezterm
│       └── wezterm.lua
├── .gitattributes
├── .gitconfig
├── .gitignore
├── .gitlab_ci_skip
├── .gitmodules
├── .ipython
│   ├── __init__.py
│   └── profile_default
│       └── startup
│           └── 00-conf.py
├── .local
│   └── bin
│       └── build_nvim.sh
├── .pre-commit-config.yaml
├── .stylua.toml
├── .tmux.conf
├── .yamlfmt
├── README.md
├── scripts
│   ├── bootstrap.sh
│   ├── generate_readme.sh
│   └── install_google_sans_code.sh
├── selene.toml
└── vim.yml

Dependencies

Installed via scripts/bootstrap.sh:

Pixi

  • linux)
  • macos)
  • windows)
  • install_node_windows
  • install_nvm
  • setup_modern_bash
  • setup_windows_env
  • print_message
  • cd
  • git
  • git
  • git
  • git
  • git
  • eval
  • if
  • printf
  • sudo
  • fi
  • if
  • gsettings
  • fi
  • if
  • print_message
  • fi

Other

Submodules

# After cloning
git submodule update --init

# To update submodules
git submodule update --remote

Releases

No releases published

Packages

 
 
 

Contributors

Languages