Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 665 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 665 Bytes

Overview

This is my dotfiles repository.

Installation

  1. Install prerequisites
brew install stow neovim lazygit npm go fzf font-meslo-lg-nerd-font
brew install powerlevel10k
go install mvdan.cc/sh/v3/cmd/shfmt@latest
  1. Clone this repository
git clone https://github.com/aksdari/dotfiles.git
  1. Use stow to symlink config files
stow -t ~ .

Terminal Setup

Wezterm

brew install --cask wezterm

Configure powerlevel10k

echo "source $(brew --prefix)/share/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc
# configure p10k
source ~/.zshrc
# you can use to trigger it manually:
p10k configure