dotFiles ======== My dot files ## Usage ```sh stow --ignore=.local/Apps/neovim-distros/lunarvim/share --ignore=.local/Apps/neovim-distros/lunarvim/cache -t $HOME home ``` ## This includes * My openbox configuration files * my favorite keyboard-mappings : Launch kupfer (A program used to launch applications ) : Launch terminal : Move to workspaces : Move to workspaces with current window : Tile windows as like Numpad's keys : Show shut-sown dialog : Show gnome-system-monitor * My SpaceFm configuration files (It's a Highly configurable file manager ) * favorite keyboard-mappings : Open terminal in cwd (In-built) : Open git-gui in cwd : Open gvim in cwd : Extract archive to cwd using file-roller : select file patern : show in-built file search dialog : paste link : switch to icon-view : switch to details-list-view : switch tabs * My gvimrc * keyboard-mappings : Switch tabs es : edit ~/.vimrc in new tab en : edit current files snippets files in new tab : Previous tab : Next tab : Move to previous tab position : Move to next tab position : Move current window to previous tab position (With v-split) : Move current window to next tab position (With v-split) : Move cursor to corresponding windows sl : Session List sc : Session List * My .profile file wich includes ~/.local/bin to PATH * mygeany script which opens `/path/to/file:37:` like format and put cursor on corresponding line number * myvim script does the same for gvim * update-npm-binaries script scan ~/node_modules and create links to binary tools to ~/.local/bin #### Vim config for server ```bash wget https://raw.githubusercontent.com/harish2704/dotFiles/master/home/.config/nvim/server.vim -O ~/.vimrc ```