Skip to content

surajitbasak109/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continue watching: https://laracasts.com/series/neovim-as-a-php-ide/episodes/19

NERD Fonts to download: https://www.nerdfonts.com/font-downloads

Kitty configuration: https://sw.kovidgoyal.net/kitty/conf/

Dotfiles repo: https://github.com/jessarcher/dotfiles/

_Keymaps.lua: https://github.com/jessarcher/dotfiles/blob/master/nvim/lua/user/keymaps.lua

Neovim kickstart.nvim init.lua: https://github.com/nvim-lua/kickstart.nvim/blob/master/init.lua

Recommended downloads for zsh using oh-my-zsh

# zsh-users/zsh-completions
git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions
# Keep this in .zshrc
fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src
# zsh-users/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
plugins (
    zsh-autosuggestions
)
# zsh-users/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
plugins=( [plugins...] zsh-syntax-highlighting)

Some fixes and techniques

I cannot run flameshot, it is saying cannot take screenshot

In Ubuntu press the window key search for keyboard shortcuts

Click - View and Customize shortcuts - Custom Shortcuts

Click + icon

Name: Flameshot screenshot

Command:

script --command "flameshot gui" /dev/null

Shortcut: Use your own shortcut e.g. Ctrl + Alt + x

Useful telescope extensions: https://github.com/nvim-telescope/telescope.nvim/wiki/Extensions

To integrate LSP completion with emmet: https://github.com/pedro757/emmet