eduuh / dotfiles

Base minimal dot-files for various tools and environments, including Neovim, Zsh, Tmux, and more. It also includes custom scripts to automate my process, ensuring a consistent and efficient development environment across systems - Mac, Linux & Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Harmonize

The repo that harmonise all my dot files in Windows, Mac , Linux , WSL and a docker container.

Setup

Lets use a bare repo approach.

git clone --bare https://github.com/eduuh/dotfiles "$HOME/.dotfiles"
dotfiles config --local status.showUntrackedFiles no

In windows paste the following command to in poweshell to be able to use the function dotfiles in powershell.

function dotfiles() {
  git --git-dir=$HOME/.dotfiles --work-tree=$HOME $args
}

Force checkout the repo in home directory.

dotfiles checkout --force

windows

/windows_setup.ps1

About

Base minimal dot-files for various tools and environments, including Neovim, Zsh, Tmux, and more. It also includes custom scripts to automate my process, ensuring a consistent and efficient development environment across systems - Mac, Linux & Windows

License:Other


Languages

Language:Shell 89.3%Language:PowerShell 10.7%