Skip to content

heppu/dotfiles

Repository files navigation

Dotfiles

My dotfiles for various programs in wayland environment and in Win11.

Installation

Backup old configs and install new ones by running:

mv ~/.config ~/old_config
cd $HOME
git clone https://github.com/heppu/dotfiles.git .config

ZSH

To make zsh use .config dir run:

echo "ZDOTDIR=~/.config/zsh" >> ~/.zshenv

PowerShell

To make powershell use .config dir run:

New-Item -Path ~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 -ItemType SymbolicLink -Value $HOME\.config\WindowsPowerShell\Microsoft.PowerShell_profile.ps1

Adding new configs

To avoid adding anything sensitive all files are gitignored by default. To add a new config files into the repository add the exclude rule into .gitignore file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published