Skip to content

Latest commit

 

History

History
41 lines (38 loc) · 2.13 KB

Windows.md

File metadata and controls

41 lines (38 loc) · 2.13 KB

Windows

Summary :

  • Fetch Script : neoFetch
  • Editor : Neovim
  • Terminal : Alacritty
  • Window Manager : GlazeWM
  • Status Bar : GlazeWM bar
  • Terminal Multiplexer : Tmux
  • Hotkeys : Managed by GlazeWM
  • Launcher : Wox
  • Fonts : Fira Code, JetBrains Mono, SF Mono, Nerd Fonts
  • Color Scheme : Catppuccin Mocha
  • Zsh Theme : Powerlevel10k
  • Other Terminal Utilities : Bat, Exa, Fzf, Ripgrep, Starship, Tldr, Zoxide, Lsd, LazyGit

How to

  • Install WSL.
  • Install Wox Launcher.
  • Install GlazeWM
  • Put this file in your C:/Users//.glaze-wm/config.yaml
  • Download [Alacritty](https://github.com/alacritty/alacritty/releases] on Windows or get Windos Terminal and some themes.
  • Download and install the fonts.
  • To use WSL as default in Alacritty : rrun wsl --set-default Arch
  • And then go to %APPDATA%\alacritty\alacritty.yml, and put this config and uncomment the line for WSL shell
  • Install ExplorerPatcher to get rid of the Windows Task Bar.
  • Then inside your WSL you can run the command :
sh -c "$(wget https://raw.githubusercontent.com/rayanramoul/RayTerm/master/install.sh -O -)"

The script will clone this repository and install ansible then prompt you to choose which part of the install you want to run.
If you only want to check the dotfiles you can get them at this link : Dotfiles and for example run Stow to symlink your config with the repositories ones :

git clone https://github.com/rayanramoul/RayTerm/
cd RayTerm
stow -t $HOME -R dotfiles