Skip to content

fsmiamoto/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This repository contains my configuration files - a.k.a dotfiles - that I change probably more than I should.

It also contains some helper targets to install packages and set other system configs.

Take a look at the Makefile for more details.

  • OS: MacOS
  • WM: aerospace
  • Shell: zsh
  • Terminal Emulator: ghostty
  • File manager: lf
  • Editor: Neovim

Installing

    # Clone the repo
    $ git clone [email protected]/fsmiamoto/dotfiles ~/.dotfiles
    $ cd ~/.dotfiles

    # Installs packages and dotfiles 
    $ make

    # You can also run the steps separately
    $ make macos
    $ make packages

Preview