https://github.com/humitos/dotfiles
My dotfiles for some programs
https://github.com/humitos/dotfiles
bash dotfiles pyenv python shell zsh
Last synced: 3 months 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 15 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T16:29:16.000Z (11 months ago)
- Last Synced: 2025-02-03T21:47:34.565Z (3 months 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.shpyenv
=====::
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-latestpyenv virtualenv 3.6.4 selenium
pyenv activate seleniumecho 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 ~/binArchlinux packages
==================Take a look at `pacman-pkg.txt`.