- Neovide
- Neovide Config File
- Neovide directory:
%USERPROFILE%/AppData/Roaming/neovide
Check other neovide configs in my nvim configuration
To setup Zen
- Copy userChrome.css widget to
%USERPROFILE%/AppData/Roaming/zen/Profile/(releasae)/chromedirectory - For
userChrome.cssto work, follow this zen docs - For exporting zen mods Zen mods config
- To turn on compact mode, enable the
browser.compactmode.showpreference to true inabout:configand then select "Compact (not supported)" from the "Density" menu in the "Customize Toolbar" panel. - And to actually save your sanity and ignore opening links on new window turn off
prefer_windows_on_current_virtual_desktopinabout:config(zen issue)
- Wezterm
- Copy wezterm config in
%USERPROFILE%/directory - Note: Download & install Jet Brains Mono Nerd Font since i've added that as the default font for the wezterm config.
- Copy WindowsPowershell to
Documentsdirectory
To configure GlazeWM:
- Copy GlazeWM config in
%USERPROFILE%/.glzrdirectory
To configure Zebar:
- Copy zebar widget to
%USERPROFILE%/.glzrdirectory
cp ./zebar/ ~/.glzr/zebar/
- Than disable other widgets in Zebar system tray.
Set up Windows + Space key for PowerToys run
- Yazi
- Yazi directory:
%USERPROFILE%/AppData/Roaming/yazi
To configure Yazi:
- For options copy yazi.toml in
%USERPROFILE%/AppData/Roaming/yazi/configdirectory - And for colorscheme copy theme.toml in
%USERPROFILE%/AppData/Roaming/yazi/configdirectory
Windows Installtion
- Make sure yazi is installed and has the powershell configuration
winget install sxyazi.yazi
# Install the optional dependencies (recommended):
winget install Gyan.FFmpeg 7zip.7zip jqlang.jq oschwartz10612.Poppler sharkdp.fd BurntSushi.ripgrep.MSVC junegunn.fzf ajeetdsouza.zoxide ImageMagick.ImageMagick
- Debloat using Talon (Talonlite for win10)
- Brave as main browser (might go back to Zen since I need the keybinds and vertical tabs)
- Discord just because
- Chocolatey for package manager
- Git of course + gh via
choco install gh - Installed all versions of
VCredistso nothing can break. All in one package - GlazeWM for
tiling window manager(efficient window handling) - Also Zebar to support with GlazeWM (topbar)
- Import my config for both GlazeWM and Zebar
- Wezterm as default terminal (it's clean I like it)
- Neovim my beloved
- Yazi for file manager inside the term
- Notion for everything
- Figma + Affinity
- Update powershell aliases & scripts/snippets via
nvim $PROFILE