Skip to content

MaxKiv/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

My Dotfiles ๐Ÿค“

This repository contains all the configuration of stuff I actively used at one point. The most involved part is the nvim configuration, fully in lua.

How to install?

Don't, you should really look into using nix for this instead!

๐Ÿง Unix/wsl

bash git clone --bare [email protected]:MaxKiv/dotfiles.git $HOME/.dotfiles alias dot='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' dot checkout

โ‰๏ธ WSL

bash git clone --bare [email protected]:MaxKiv/dotfiles.git $HOME/.dotfiles alias dot='/mingw64/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' dot checkout

๐ŸชŸ Windows

ps1 git clone --bare [email protected]:MaxKiv/dotfiles.git $HOME/.dotfiles function dot { git --git-dir="$HOME\.dotfiles" --work-tree="$HOME" @Args } dot checkout

Alacritty

Symlink alacritty config

On windows the alacritty config should be located in Appdata\Roaming, to make it so: ps1 mkdir C:\Users\max\AppData\Roaming\alacritty New-Item -ItemType SymbolicLink -Path "C:\Users\max\AppData\Roaming\alacritty\alacritty.yml" -Target "C:\Users\max\.config\alacritty\alacritty.yml"

About

All my dotfiles in 1 place ๐Ÿ™Œ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published