My personal dotfiles.
Install Homebrew if you don't have it installed yet.
After installation, make sure brew is available:
brew --versionInstall Ghostty:
brew install --cask ghosttyInstall gh:
brew install ghAuthenticate with GitHub:
gh auth loginCheck the authentication status:
gh auth statusConfigure your Git user information:
git config --global user.name "Your Name"
git config --global user.email "your-email@example.com"Check the Git configuration:
git config --global user.name
git config --global user.emailInstall delta:
brew install git-deltaThis setup uses akk1t/kickstart.nvim as the Neovim configuration.
Install Neovim and its dependencies:
brew install neovim ripgrep fd tree-sitter-cliClone the configuration:
git clone https://github.com/akk1t/kickstart.nvim.git ~/.config/nvimStart Neovim:
nvimOn the first launch, Neovim will install the plugins defined in the configuration.
- Install Homebrew
- Install Ghostty
- Install GitHub CLI (
gh) - Authenticate with GitHub using
gh auth login - Install
delta - Install Neovim and its dependencies
- Clone
akk1t/kickstart.nvimto~/.config/nvim - Launch Neovim with
nvim