Skip to content
/ dotfiles Public

⚙ The most minimal and powerful dotfiles ever

Notifications You must be signed in to change notification settings

5ouma/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

header

⚙ The most minimal and powerful dotfiles ever
My config files and setup for CLI tools and GUI apps.


Test Detail Test pre-commit

Repobeats Analytics Image



🔐 Requirements

  • 🍎 macOS

    • macOS Sonoma Version 14 or later
    • Apple Silicon Mac
  • 🐧 Linux

    ⚠️ Experimental Support



📥 Installation

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 help

  ▌ 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



🌄 Screenshots

Overview Vim
Light Mode Overview - Light Vim - Light
Dark Mode Overview - Dark Vim - Dark
Tools fastfetch lightline.vim, NERDTree, fzf.vim



📝 Details


  • 📼 Runtime Manager: mise

    brew install mise

  • 👻 Terminal: Ghostty

    brew install ghostty
    • 🖋 ASCII Font: Fira Code

      brew install font-fira-code
    • ✒️ Japanese Font: HackGen35

      brew install font-hackgen
    • 🕶️ Icon Font: Nerd Fonts

      brew install 5ouma/cask-fonts/font-nerd-fonts


  • 🖌 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 on Vim Plugins (GitHub Star List)

    • ✏️ Color Scheme: Pencil

    • 💾 LSP: vim-lsp



🎨 ANSI Colors

\ Normal Bright
Black #000000 #000000 #686868 #686868
Red #C51E14 #C51E14 #FD6F6B #FD6F6B
Green #1DC121 #1DC121 #67F86F #67F86F
Yellow #C7C329 #C7C329 #FFFA72 #FFFA72
Blue #0A2FC4 #0A2FC4 #6A76FB #6A76FB
Magenta #C839C5 #C839C5 #FD7CFC #FD7CFC
Cyan #20C5C6 #20C5C6 #68FDFE #68FDFE
White #C7C7C7 #C7C7C7 #FFFFFF #FFFFFF