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/, 里面大多不需要额外配置, 安装软件就好