Skip to content

rayhanadev/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

~/.config

Heya, these are my dotfiles for MacOS! I use Nix, nix-darwin, and home-manager to scaffold my configuration.

Features

  • Window Manager • Yabai
  • Shell • Zsh
  • Terminal • Warp
  • Prompt • Starship
  • Menu Bar • Sketchybar
  • App Launcher • Raycast
  • IDE • Neovim & VSCode

Installation

First, install Nix on your system.

sh <(curl -L https://nixos.org/nix/install)

Secondly, bootstrap the configuration with the following command.

nix-shell --packages git --command "$(curl -fsSL https://raw.githubusercontent.com/rayhanadev/dotfiles/master/bin/bootstrap.sh)"

Apply the configuration with the following command.

~/.dotfiles/bin/sync.sh

And you are good to go! Reboot your computer :)