Skip to content

Latest commit

 

History

184 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My personal DotFiles

My dotfiles are for zsh on Linux and PowerShell on Windows.

Linux

First install zsh and set it as default shell

sudo apt install zsh
chsh -s $(which zsh)   

Now it's time to install dotfiles to your system. Simple run the install script

./install.sh

Windows

To install it on Windows open a PowerShell and start

.\install.ps1

In order to run this script you have to set the ExecutionPolicy as an Administrator like this

Set-ExecutionPolicy RemoteSigned

To create symlinks on Windows you have to activate Developer Mode

After installation from my dotfiles and oh-my-posh, install a Nerd Font with special Icons

oh-my-posh font install CascadiaCode

Set CaskaydiaCove Nerd Font as default font in Terminal and Editor

About

My personal dotfiles

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages