Skip to content

aladinoster/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Configuration files for macOS, following the XDG Base Directory specification.

Prerequisites

  1. Install Homebrew.
  2. Install Oh My Zsh.

Installation

  1. Clone the repository:

    git clone https://github.com/aladinoster/dotfiles.git ~/dotfiles
    cd ~/dotfiles
  2. Install dependencies:

    chmod +x brew.sh
    ./brew.sh
  3. Link Configurations:

    Ensure ~/.config exists:

    mkdir -p ~/.config

    Create symbolic links for the configurations:

    # Zsh
    ln -sf ~/dotfiles/.zshenv ~/.zshenv
    ln -sf ~/dotfiles/.config/zsh ~/.config/zsh
    
    # Tmux
    ln -sf ~/dotfiles/.config/tmux ~/.config/tmux
    
    # Git
    ln -sf ~/dotfiles/.config/git ~/.config/git
    
    # Neovim
    ln -sf ~/dotfiles/.config/nvim ~/.config/nvim
  4. Finalize: Restart your terminal. tmux should auto-start, and zsh will load from .config/zsh/.zshrc.

About

Configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published