Skip to content

tobiaschc/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

This repository contains my system dotfiles.

System Specifications

  • Model: MacBook Air
  • Chip: Apple M3
  • Memory: 8GB
  • macOS: Sequoia 15.6.1

Requirements

You'll need stow installed on your system.

brew install stow

Since the zsh configuration files are located outside the $HOME directory, add the following line to /etc/zshenv:

export ZDOTDIR="$HOME/.config/zsh"

You can do this by running:

echo 'export ZDOTDIR="$HOME/.config/zsh"' | sudo tee /etc/zshenv

Installation

  1. Clone the dotfiles repository to your home directory:
git clone git@github.com:tobias-chc/dotfiles.git
cd dotfiles
  1. Create symlinks using GNU stow:
stow .

About

Personal dotfiles and settings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published