https://github.com/humitos/dotfiles
My dotfiles for some programs
https://github.com/humitos/dotfiles
bash dotfiles pyenv python shell zsh
Last synced: 19 days ago
JSON representation
My dotfiles for some programs
- Host: GitHub
- URL: https://github.com/humitos/dotfiles
- Owner: humitos
- Created: 2010-04-23T22:04:18.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T16:29:16.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T21:47:34.565Z (about 1 year ago)
- Topics: bash, dotfiles, pyenv, python, shell, zsh
- Language: Python
- Homepage:
- Size: 244 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
dotfiles
========
My dotfiles (and scripts!) for some programs
Installation
============
::
git clone
cd dotfiles
./symlink_files.sh
pyenv
=====
::
git clone https://github.com/pyenv/pyenv ~/.pyenv
pyenv install 2.7.14
pyenv install 3.6.4
pyenv install miniconda2-latest
pyenv install miniconda3-latest
pyenv virtualenv 3.6.4 selenium
pyenv activate selenium
echo 2.7.14 > ~/.python-version
pip install ipython bpython ipdb docker-compose
selenium
========
::
wget https://github.com/mozilla/geckodriver/releases/download/v0.16.1/geckodriver-v0.16.1-linux64.tar.gz -O - | tar xvfz
move geckodriver ~/bin
Archlinux packages
==================
Take a look at `pacman-pkg.txt`.