Skip to content

coderosh/.dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7d99308 Β· Mar 20, 2025

History

98 Commits
May 3, 2024
Mar 20, 2025
May 3, 2024
Mar 20, 2025
Mar 20, 2025
Mar 20, 2025
Aug 5, 2024
Mar 20, 2025
May 31, 2023
May 31, 2023
Jul 18, 2023
Apr 30, 2024
Mar 20, 2025
May 3, 2024
Mar 20, 2025

Repository files navigation

~/.dots

πŸ“– Information

πŸ”§ Installation & Setup

sh -c "$(curl -sSL https://acharyaroshan.com.np/setup-dots.sh)"

⌨️ Keybindings

Awesome

Keys Action
Super + r Rofi drun
Super + o Rofi window
Super + d Scratchpad
Super + e Reveal all windows
Alt + Tab Window Switcher
Super + Shift + x Lockscreen
Shift + PrtScr Take Screenshot (save in clipboard)
XF86MonBrightnessUp Increase brightness
XF86MonBrightnessDown Descrease brightness
XF86AudioRaiseVolume Increase Volume
XF86AudioMute Mute Volume

& default awesome keybindings

Tmux

Prefix: Ctrl + a

Keys Action
Prefix + | Vertical Split
Prefix + \ Horizontal Split
Alt + Shift + l Next Window
Alt + Shift + h Previous Window
Alt + Shift + h Previous Window
Prefix + h|j|k|l Resize Pane (repeat)
Ctrl + h|j|k|l Navigate Panes

& default tmux keybindings

πŸ“· Screenshots

  • Gruvbox Material Gruvbox Material Hard Dark
  • Tokyonight Tokyonight Night
  • Nord Nord
  • Rosepine Rosepine Main
  • Catppuccin Catppuccin Mocha

Scripts

  • Change Colorscheme using fzf (nvim, awesome, alacritty, tmux)

    ccolorscheme
  • Wifi

    cwifi
  • Open project in new tmux session

    tsessionizer

Git aliases

  • Get authors and commit count

    git authors
  • Count no of lines added/removed by author

    git count-lines "<author>"