Skip to content
/ dotfiles Public

configuration files, e.g. .zshrc, .tmux.conf, .profile, etc

Notifications You must be signed in to change notification settings

cedi/dotfiles

Repository files navigation

Dotfiles

This repository contains my dotfiles, ready to be used with gnu-stow

Screenshot

Screenshot

Installation

installing the dotfiles and setting up the environment is different for Windows or Linux/MacOS for obvious reasons 😆

Prerequisites

  • [] Have git installed and available in your $PATH
  • [] Clone this repository (git clone [email protected]:cedi/dotfiles.git $HOME/.dotfiles)
  • [] (Unix* only) Have stow installed

macOS

cd $HOME.dotfiles/
./install_macos.sh
stow .

Linux

cd $HOME.dotfiles/
./install_linux.sh
stow .

Setup Windows systems

Note

This is very much untested (yet) and might be a bit flaky

cd $env:HOME\.dotfiles\windows
.\install.ps2

See more about the Windows setup here

About

configuration files, e.g. .zshrc, .tmux.conf, .profile, etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published