Skip to content

dotfiles(neovim/vim, hyprland, i3, kitty, btop, tmux, neofetch, dunst, etc.)

License

Notifications You must be signed in to change notification settings

LongYinStudio/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

自己 linux、macos 的配置文件(.zshrc、.vimrc 等等)

备注

  1. zsh/oh-my-zsh

  2. neovim

    • 包管理器直接可以安装(需要v0.10.0以上),详细参考官网(Home - Neovim
    • 将 nvim 复制到~/.config/里
    • 安装依赖,执行install_dep.sh
    • 插件管理: lazy.nvim (:Lazy)
  3. tmux

    • 复制 tmux.conf 到 ~/.tmux.conf
    • 运行:
      1. 执行 tmux 命令(已安装tmux)
        • 执行 Ctrl+B :source-file ~/.tmux.conf
        • 或者 直接在tmux的终端里执行 tmux source-file ~/.tmux.conf
  4. config/* 直接复制到~/.config/, 里面大多不需要额外配置, 安装软件就好

  5. kde 推荐配置 将置顶快捷键设置为Meta(Win)+C显示/隐藏窗口标题栏和框架快捷键设为Meta(Win)+M

  6. ~/config/microsoft-edge-stable-flags.conf:

    解决切换kde到hypr,edge丢失网站登陆状态 https://wiki.archlinux.org/title/KDE_Wallet#KDE_Wallet_for_Chrome_and_Chromium

    如果是gnome用gnome-libsecret,还可以是第三方的,等等