Skip to content

coderosh/.dots

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>"