- The colorscheme is a combmination of both gruvbox and gruvbox-material in my configs
- OS: Arch Linux
- Window Manager: i3,swaywm,hyprland
- Bar: polybar,waybar
- Launcher: rofi,fuzzel
- Compositor: picom
- Terminal: alacritty,wezterm,kitty,foot
- Code Editor : Neovim
- Lockscreen: i3lock,swaylock
- File Manager: pcmanfm
- Fonts: jetbrainsmono nerd font, roboto-condensed, font-awesome, iosevkaterm nerd font
- Policykit: mate-polkit
curl -s https://raw.githubusercontent.com/bibjaw99/workstation/refs/heads/master/install_scripts/install.sh | bash
- if you already finished the base arch installation just clone the repo
- got
$HOME/github/workstation/install_scripts/
- run the
install.sh
script - before installing you can check the list of the Packages in the install_scripts directory and modify it according to your likings
Arch Installation Process I followed
Packages I used in my System:
# intel
xorg
xf86-video-amdgpu
xf86-video-ati
amd-ucode
amdvlk
# amd
intel-media-driver
vulkan-intel
intel-gmmlib
Workspace Number | Assigned Apps |
---|---|
1 | Terminal |
2 | Browser |
3 | Development/Coding |
4 | File Manager |
5 | Chat |
6 | Design tools |
7 | Office tools |
8 | System tools |
- All the keymaps can be found in the
.config/nvim/lua/grimmvim/core/keymaps.lua
file. - Keymaps for
substitute.nvim
is in its plugin file:.config/nvim/lua/grimmvim/plugins/substitute.lua
- Press
<leader>fk
to find available keymaps.
-
remove or backup the
nvim
folder from the following directory :~/.config/nvim
~/.cache/nvim
~/.local/share/nvim
~/.local/state/nvim
-
Now copy my
nvim
config folder in the~/.config
directory