Skip to content

codewin1/workstation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My workstation configs

  • The colorscheme is a combmination of both gruvbox and gruvbox-material in my configs

Descriptions:

  • 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

Installation script :

pls make sure you have git and yay installed before running the command

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

Notes ⚠️

Important Notes

Wayland Notes

Arch Installation Process I followed

Packages I used in my System:

Currently using an ultrabook: HP probook 10 G450, i5 13th gen with iGPU - intel iris xe.
# intel
xorg
xf86-video-amdgpu
xf86-video-ati
amd-ucode
amdvlk

# amd
intel-media-driver
vulkan-intel
intel-gmmlib

Apps in each workspace

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

Gallery

i3wm + polybar

Floating Polybar

Sway / Hyprland + waybar

Sway and Hyprland

Sway and Hyprland

App launcher and power menu: Rofi

Rofi Rofi


Neovim: Grimm Vim:

Not a distro but my own personal config ⚠️

Keymaps:
  • 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.

Neovim Gallery :

Start Page

alpha.nvim

File Tree : mini.files

LSP

LSP Support and Autocompletion support

LSP

Gitsigns plugin for visual git status

Gitsigns

ToggleTerm X Lazygit

ToggleTerm

Plugin Manager : Lazy and LSP manager : Mason

Lsp and Plugin Managers

Installation Guide :

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 93.6%
  • Lua 5.1%
  • CSS 1.2%
  • Vim Script 0.1%