Skip to content

imanAzi/dotfiles-1

 
 

Repository files navigation

These are my personal dotfiles.

Install Dotfiles

To install these dotfiles, clone the repo. After that just run the bootstrap script.

If the bootstrap script is done, go in VIM and do :PlugInstall! to install all vim plugins.

Features

  • Brewfile, depending on the os (mac/linux) it will install packages listed in the brewfile.
  • Zsh and oh-my-zsh config and tweaks
  • Tmux with personalization
  • Vim with plugins and personalization

Theme = Nord
Prompt = Pure

To get Python 3.7 working on Apple silicon

# Install x86 brew
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
alias ibrew=/usr/local/bin/brew

# Install Python 3.7
ibrew install [email protected]

# Add `python` executable (symlink to `python3`)
ln -s python3 "$(ibrew --prefix [email protected])"/bin/python

# Symlink x86 Python 3.7 into pyenv
ln -s "$(ibrew --prefix [email protected])" .pyenv/versions/3.7.10

# Check
pyenv local 3.7.10
python -V
# Python 3.7.10
python -c 'import _ctypes'. # works!
# This should get you going #
bash dotfiles/bootstrap.sh

About

🟢 My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 30.6%
  • Python 30.0%
  • Shell 17.2%
  • Roff 14.5%
  • HTML 3.8%
  • Vim Script 3.0%
  • Ruby 0.9%