All Projects → josh- → dotfiles

josh- / dotfiles

Licence: other
josh-'s all important dotfiles.

Programming Languages

Vim Script
2826 projects
ruby
36898 projects - #4 most used programming language
shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to dotfiles

Zsh Theme
Yet another zsh theme
Stars: ✭ 153 (+665%)
Mutual labels:  oh-my-zsh
Starship
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
Stars: ✭ 20,504 (+102420%)
Mutual labels:  oh-my-zsh
development-environment
A development environment for Java, Python, Node.js and Go built using Vagrant
Stars: ✭ 50 (+150%)
Mutual labels:  oh-my-zsh
Dotfiles Win
🙈 oh-my-zsh on bash on windows configuration files
Stars: ✭ 167 (+735%)
Mutual labels:  oh-my-zsh
Ansible Role Zsh
Setup antigen with oh-my-zsh, powerlevel10k theme, fzf, autosuggestions, syntax-highlighting
Stars: ✭ 210 (+950%)
Mutual labels:  oh-my-zsh
dotfiles
My doots. Changes are frequent, stability not guaranteed. Supports Arch, CentOS and Darwin.
Stars: ✭ 27 (+35%)
Mutual labels:  oh-my-zsh
Purify
🌈 Clean & vibrant color schemes for Vim, Terminals...
Stars: ✭ 142 (+610%)
Mutual labels:  oh-my-zsh
slate-markdown
Add live markdown preview support to your Slate editor.
Stars: ✭ 45 (+125%)
Mutual labels:  slate
Spaceship Prompt
🚀⭐ A Zsh prompt for Astronauts
Stars: ✭ 15,748 (+78640%)
Mutual labels:  oh-my-zsh
zsh-command-time
Show execution time for long commands in zsh
Stars: ✭ 173 (+765%)
Mutual labels:  oh-my-zsh
Zsh In Docker
Install Zsh, Oh-My-Zsh and plugins inside a Docker container with one line!
Stars: ✭ 169 (+745%)
Mutual labels:  oh-my-zsh
Zsh Vi Mode
💻 A better and friendly vi(vim) mode plugin for ZSH.
Stars: ✭ 181 (+805%)
Mutual labels:  oh-my-zsh
bliss-zsh
A delicate Zsh theme that injects color without overwhelming your workspace
Stars: ✭ 20 (+0%)
Mutual labels:  oh-my-zsh
Zsh Proxy
🔩 An oh-my-zsh plugin to configure proxy
Stars: ✭ 162 (+710%)
Mutual labels:  oh-my-zsh
svelte-slate
slate svelte view layer
Stars: ✭ 43 (+115%)
Mutual labels:  slate
Sheldon
A fast, configurable, shell plugin manager
Stars: ✭ 144 (+620%)
Mutual labels:  oh-my-zsh
artibox
Artibox - A complete rich text editor based on Slate framework.
Stars: ✭ 21 (+5%)
Mutual labels:  slate
oh-my-zsh-custom
oh-my-zsh theme and custom functions
Stars: ✭ 30 (+50%)
Mutual labels:  oh-my-zsh
nvim configration
Neovim diy develop enviroment.This project integrates neovim tmux zsh and some very useful plugs of them including YouCompleteMe FZF auto pairs nerdtree ncm2 and so on.
Stars: ✭ 22 (+10%)
Mutual labels:  oh-my-zsh
dotfiles
My amazing vim, zsh and tmux config files
Stars: ✭ 25 (+25%)
Mutual labels:  oh-my-zsh

Josh Parnham's Dotfiles

Based off Ryan Bates's dotfiles, but (almost) all configuration is my own.

Installation

Clone the repository and run the rake install task. It will prompt you before doing anything destructive.

git clone --recursive git://github.com/josh-/dotfiles ~/.dotfiles
cd ~/.dotfiles
rake install

Information

I like to keep my dotfiles quite slim and under control - everything you see in each file was added manually by me after carefully considering its usefulness.

Uninstall

To remove the dotfile configs, run the following commands. Be certain to double check the contents of the files before removing so you don't lose anything unexpected.

unlink ~/.bin
unlink ~/.gitignore
unlink ~/.gemrc
unlink ~/.gvimrc
unlink ~/.irbrc
unlink ~/.vim
unlink ~/.vimrc
rm ~/.zshrc # careful here
rm ~/.gitconfig
rm -rf ~/.dotfiles
rm -rf ~/.oh-my-zsh
chsh -s /bin/bash # change back to Bash if you want
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].