8000 GitHub - pass86/dotfiles: Workspace settings
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pass86/dotfiles

Repository files navigation

Dotfiles

Workspace settings

Setup macOS

brew install vim cmake tmux ctags the_silver_searcher reattach-to-user-namespace htop pstree git-lfs

Install dotfiles

git clone https://github.com/pass86/dotfiles.git ~/dotfiles
  • macOS & Linux
~/dotfiles/bin/install.sh
  • Windows
%USERPROFILE%\dotfiles\bin\install.bat

Install Submodules

cd ~/dotfiles && ./bin/submodules_init.sh
cd ~/dotfiles && ./bin/ycm_init.sh

YCM macOS & Linux

cd ~/dotfiles/vim/plugins/YouCompleteMe
./install.py --clangd-completer --verbose

YCM Windows

  1. Install Python3.10 32-bit & add to PATH
  2. cd .\dotfiles\vim\plugins\YouCompleteMe
  3. python install.py --clangd-completer --msvc=17 --verbose
  4. Open x64 Native Tools Command Prompt for VS 2022 & cd to cmake project directory
  5. cmake . -G "NMake Makefiles" -D CMAKE_EXPORT_COMPILE_COMMANDS=on
  6. clangd config

About

Workspace settings

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0