8000 Issues with m1 install · Issue #3 · jeremy-hanna/setup · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Issues with m1 install #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, 8000 you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
19 tasks
jeremy-hanna opened this issue Dec 7, 2022 · 1 comment
Open
19 tasks

Issues with m1 install #3

jeremy-hanna opened this issue Dec 7, 2022 · 1 comment

Comments

@jeremy-hanna
Copy link
Owner
jeremy-hanna commented Dec 7, 2022
  • homebrew is a bash installer
  • ctags is ctags.d now
  • universal-ctags homebrew doesn't work
  • a lot of unused brew and cask installers to remove
  • neovim instead of vim
  • doesn't install monoid fonts
  • could have iterm Snazzy colors
  • iterm default profile settings
  • :PlugInstall
  • neovim LSPs not installed (lua, treesitter :TSUpdate)
  • neovim: python virtualenv with pynvim is not installed for python provider
  • remove ruby installers
  • rectangle and preferences
  • figure out the python installation
  • rust install
  • ripgrep
  • sys prefs -> accessibility -> pointer click -> three finger drag
  • sys prefs -> trackpad
  • amphetamine from mas
@jeremy-hanna
Copy link
Owner Author

to install pynvim correctly on wsl2 or ubuntu/deb

sudo apt-get install libffi-dev libssl-dev libbz2-dev libreadline-dev libsqlite3-dev
-- pyenv installer (curl https://pyenv.run | bash)
-- add to PATH in zshrc
pyenv install 3.11
pyenv global $(pyenv latest 3.11)
python -m venv ~/.pyenv/versions/$(pyenv latest 3.11)/envs/py3nvim
ln -s $HOME/.pyenv/versions/$(pyenv latest 3.11)/envs/py3nvim $HOME/.pyenv/versions/py3nvim
$HOME/.pyenv/versions/py3nvim/bin/python pip install pynvim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0