-
- macOS Sonoma
Version 14
or later - Apple Silicon Mac
- macOS Sonoma
-
⚠️ Experimental Support- cURL, Git, and Zsh to run the setup
- Compatible with these Homebrew dependencies
Run one line setup, see the usage for the detail.
All configurations
zsh <(curl https://dotup.deno.dev)
Just config files
zsh <(curl https://dotup.deno.dev) set
Vim config files
curl https://vimrc.deno.dev > "$HOME/.config/vim/vimrc"
▌ Usage: setup
│ ⚙️ The most minimal and powerful dotfiles ever.
▌ Commands:
• help Print help information
• set Set files to home directory
▌ Flags:
• -y, --yes Start without confirmation
Overview | Vim | |
---|---|---|
Light Mode | ||
Dark Mode | ||
Tools | fastfetch, Amazon Q | lightline.vim, NERDTree, fzf.vim |
-
🍺 Package Manager:
Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
See packages in
Brewfile
or onShell Commands
,Software
,Fonts
(GitHub Star List)
-
📼 Runtime Manager:
mise
brew install mise
-
📺 Terminal:
iTerm2
brew install iterm2
-
🐚 Shell:
Zsh
-
🔌 Plugin Manager:
Sheldon
brew install sheldon
See plugins in
plugins.toml
or onZsh Plugins
(GitHub Star List) -
❯ Theme:
Powerlevel10k
sheldon add powerlevel10k --github romkatv/powerlevel10k --apply source
-
-
🖌 Terminal Editor:
Vim
-
🚀 Plugin Manager:
Jetpack
curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}/vim/pack/jetpack/opt/vim-jetpack/plugin/jetpack.vim" --create-dirs https://raw.githubusercontent.com/tani/vim-jetpack/master/plugin/jetpack.vim
See plugins in
plugins.vim
or onVim Plugins
(GitHub Star List) -
✏️ Color Scheme:
Pencil
-
💾 LSP:
vim-lsp
-
\ | Normal | Bright |
---|---|---|
Black | #000000 |
#686868 |
Red | #C51E14 |
#FD6F6B |
Green | #1DC121 |
#67F86F |
Yellow | #C7C329 |
#FFFA72 |
Blue | #0A2FC4 |
#6A76FB |
Magenta | #C839C5 |
#FD7CFC |
Cyan | #20C5C6 |
#68FDFE |
White | #C7C7C7 |
#FFFFFF |