Skip to content

ngerritsen/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My personal dotfiles. You can use this repository directly or fork/copy it to your own to customize it.

Usage

Quickly clone and checkout dotfile repository as bare git repository from your home folder:

curl -Lks https://raw.githubusercontent.com/ngerritsen/dotfiles/refs/heads/master/.scripts/dotfiles.sh | /bin/bash

After the script has run a command line alias dot should be available to work with the bare git repository (more information).

Zsh

These dotfiles support bash, but most of the shell enhancements use Zsh + Zap. If Zsh is not your default shell, install Zsh and set it as your default shell (chsh -s $(which zsh));

Fonts

To get the best experience, install and use a Nerd Font (Installation instructions)

Git user

The git config doesn't come with a user out of the box to avoid users getting mixed up, this still needs to be configured afterwards using:

git config --global user.name "Your Name"
git config --global user.email "[email protected]"

About

My dotfiles for unix environments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published