Skip to content

m1dsolo/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Induction

This repository is where I store my personal dotfiles, maybe you can find some interestring stuff here.

My personal environment

install

neovim

Add image support to neovim.

sudo pacman -S imagemagick luarocks lua51 ueberzugpp
luarocks --local --lua-version=5.1 install magick

tmux

tmux source ~/.config/tmux/tmux.conf

then run tmux and press <A-s> + I to install tmux plugins.

yazi

yazi is a blazing fast terminal file manager.

For installation details, please refer to github.

sudo pacman -S yazi ffmpeg p7zip jq poppler fd ripgrep fzf zoxide imagemagick ueberzugpp

DWM

cd ./.local/src/dwm
sudo make clean install

picom

sudo pacman -S picom

features

neovim

There are too many interesting features in neovim, I only list a small part. I will continue to update when I am free. See more in neovim plugins.

  1. leetcode

show-leetcode

see more in leetcode.nvim.

  1. sql

show-sql

see more in vim-dadbod-ui.

  1. copilotchat

show-copilotchat

see more in vim-dadbod-ui.

  1. notes

show-obsidian

see more in obsidian.nvim and image.nvim.

dwm

See more in dwm website. Currently using version 6.5 with patches:

  1. hide vacant tags
  2. actualfullscreen
  3. scratchpads
  4. fullgaps
  5. barpadding
  6. alpha.fixboarders
  7. swallow
  8. statuscmd

st

See more in st website. Currently using version 0.9.2 with patches:

  1. alpha
  2. boxdraw
  3. ligatures
  4. font2
  5. scrollback-ringbuffer
  6. scrollback-mouse-altscreen
  7. gruvbox-dark

dmenu

See more in dmenu website. Currently using version 5.3 with patches:

  1. center
  2. border
  3. border-color

dwmblocks

See more in github. Add patches:

  1. statuscmd: for clickable

picom

See more in github and archwiki.