Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 942 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 942 Bytes

dotfiles

My personal dotfiles for Linux and macOS.

Installation

  • Clone the repository as ~/.dotfiles
  • Consider to test these dotfiles in a docker container by executing make test or NOSUDO=1 make test.

Options

  • macOS Intel and ARM: make macos
  • Linux with sudo rights: make linux
  • Linux without sudo rights: make NOSUDO=1 minimal

Local configuration files

The following list of files could be created and used to define local configurations:

  • ~/.local.gitconfig
  • ~/.local.zsh
  • ~/.local.tmux
  • ~/.localnvim.lua

References