Skip to content

Latest commit

 

History

127 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

dotfiles

My personal dotfiles.

Setup

1. Install Homebrew

Install Homebrew if you don't have it installed yet.

After installation, make sure brew is available:

brew --version

2. Install Ghostty

Install Ghostty:

brew install --cask ghostty

3. Install GitHub CLI

Install gh:

brew install gh

Authenticate with GitHub:

gh auth login

Check the authentication status:

gh auth status

Configure 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.email

4. Install delta

Install delta:

brew install git-delta

5. Install Neovim

This setup uses akk1t/kickstart.nvim as the Neovim configuration.

Install Neovim and its dependencies:

brew install neovim ripgrep fd tree-sitter-cli

Clone the configuration:

git clone https://github.com/akk1t/kickstart.nvim.git ~/.config/nvim

Start Neovim:

nvim

On the first launch, Neovim will install the plugins defined in the configuration.

Setup Summary

  1. Install Homebrew
  2. Install Ghostty
  3. Install GitHub CLI (gh)
  4. Authenticate with GitHub using gh auth login
  5. Install delta
  6. Install Neovim and its dependencies
  7. Clone akk1t/kickstart.nvim to ~/.config/nvim
  8. Launch Neovim with nvim

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors