Skip to content

A collection of all my dotfiles for my dev environment

Notifications You must be signed in to change notification settings

rohit31roy97/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CheatSheet for my Development Environment

Tools in use:

  • Alicritty Terminal
  • Tmux for multiplexing / window management
  • NeoVim Editor [LunarVim]
  • ZSH (oh-my-zsh)

Associated configuration files:

  • Alicritty: alacritty/alacritty.toml -> ~/.conf/alacritty/alacritty.toml
  • Tmux: tmux.conf -> ~/.tmux.conf
  • NeoVim: nvim/
  • ZSH: zshrc -> ~/.zshrc, .oh-my-zsh/ -> ~/.oh-my-zsh/

TMUX commands:

  • C-a : prefix (to be used before all key-bindings)
  • C-a C-e : open tmux config file to edit and load upon closing
  • C-a C-r : reload tmux config file
  • M-Left : previous pane
  • M-Right : next pane
  • M-Up : above pane
  • M-Down : below pane
  • C-M-Left : previous window
  • C-M-Right : next window
  • C-a r : rename window
  • C-a R : rename session
  • C-a c : create window with current working dir
  • C-a C : create window with default working dir
  • C-a x : kill window
  • C-a X : kill pane
  • C-a q : kill session

About

A collection of all my dotfiles for my dev environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published