Personal development-environment preferences. Using this configuration in ArcoLinux, WSL2, and Termux.
- Create backup of your current (neo)vim and zsh rc-files.
- Make sure you've got working
wget
binary in your$PATH
. - Run in terminal
git clone https://github.com/g4cm4n/dotfiles.git ~/dotfiles
bash ~/dotfiles/install.sh
(Optional) If you have superuser rights you can remove .zshenv
from your $HOME
to keep it clean as good practice suggests. Instead set ZDOTDIR=$HOME/.zsh
in /etc/zsh/zshenv
.
- Copy contents of
dotfiles\windows\%USERPROFILE%\.config\Fonts
toC:\Windows\Fonts
. - Copy
dotfiles\windows\%USERPROFILE%\.config\ProfileIcons\
toC:\Users\%USERPROFILE%\.config\ProfileIcons
. - Replace Windows Terminal settings (CTRL+,) with this provided in repo.
- Customize options which are different (unique) for every W10/WSL environment like
startingDirectory
,keybindings
, etc... - Run
bash ~/dotfiles/install.sh
inside your WSL distro. - Restart prompt.
My theme of choice is Solarized Dark. However, I included many different schemes in my settings.json. If you decide to use another one, remeber about installing according zsh-dircolors as well.
If you want to achieve similar look for posh or cmd, inspect files inside dotfiles\windows
. Try to adapt them to your environment, as my config has many dependencies. Most of them can be installed with the help of scoop: command line installer for windows. Bare in mind, these settings are experimental and I frequently change them along with development progression of Windows Subsystem for Linux and Windows Terminal. Surely though, with improved interoperability between Win10 and WSL2, in the near future it should be possible to optimize them easily and eliminate most exisiting annoyances/issues.