wommy / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

init

TODO

  • finish aliases

quickstart

  1. git submodule add ${ GITHUB_SSH_PATH } .config/nvim/pack/w0m/start/ ${PLUGIN_NAME}

  2. git add .gitmodules .config/nvim/pack/w0m/start/ ${PLUGIN_NAME}

  3. git commit

nvim

https://shapeshed.com/vim-packages/

commands

git submodule add $(github/url).git .config/nvim/pack/w0m/start/ + $(name) -! NO trailing /

git add .gitmodules .config/nvim/pack/w0m/start/ + $(name) -! no trailing /

git commit

formula

ln -s ~/projects_current/dotfiles/+var ~/+var

ln -s FROM TO

list of

  • nvim
    • ln -s ~/projects_current/dotfiles/.config/nvim ~/.config/nvim
    • ln -s ~/projects_current/dotfiles/.config/nvim/pack ~/.local/share/nvim/site/
  • tmux
  • zsh
  • fish
  • i3
    • mv ~/.config/i3 ~/projects_current/dotfiles/.config/i3
    • ln -s /home/w0m/projects_current/dotfiles/.config/i3/ ~/.config/i3
  • mpv
    • ln -s /home/w0m/projects_current/dotfiles/.config/mpv ~/.config/
  • aliash
    • ln -s projects_current/dotfiles/.aliash ~/
  • rofi
    • ln -s /home/w0m/projects_current/dotfiles/.config/rofi ~/.config/
  • zathura
    • ln -s ~/dotfiles/.config/zathura ~/.config/zathura
  • prettier
    • cd ; ln -s ~/path/to/dotfiles/.prettierrc.yml .

other links

why i chose .local path $XDG_CONFIG_HOME

About


Languages

Language:Lua 52.2%Language:Shell 38.5%Language:Python 6.0%Language:Vim Script 3.3%