Skip to content

daynew/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

These dotfiles are managed using GNU Stow.

Setup

Follow these steps to set up a new machine:

1. Install Oh My Zsh

Oh My Zsh is required for the ZSH configuration. Install it using the following command:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Refer to the official Oh My Zsh documentation for more details.

2. Install GNU Stow

Ensure stow is installed on your system:

  • macOS: brew install stow
  • Ubuntu/Debian: sudo apt install stow
  • Fedora: sudo dnf install stow

3. Clone and Link

Clone this repository into your home directory and use stow to link the configurations:

git clone https://github.com/yourusername/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow zsh
stow nvim
stow tmux

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published