Skip to content

My own dotfiles, a bit of oh-my-zsh, vim and solarized for terminal

Notifications You must be signed in to change notification settings

jacobparra/dotfiles-old

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

This repository includes all of my custom dotfiles. They should be cloned to your home directory so that the path is ~/.dotfiles/. The included setup script creates symlinks from your home directory to the files which are located in ~/.dotfiles/.

I also prefer zsh as my shell of choice. As such, the setup script will also clone the oh-my-zsh repository from GitHub. It then checks to see if zsh is installed. If zsh is installed, and it is not already configured as the default shell, the setup script will execute a chsh -s $(which zsh). This changes the default shell to zsh, and takes effect as soon as a new zsh is spawned or on next login.

So, to recap, the install script will:

  1. Create symlinks to the dotfiles in ~/.dotfiles/ in your home directory
  2. Clone the oh-my-zsh repository from GitHub (for use with zsh)
  3. Check to see if zsh is installed, if it isn't, try to install it.
  4. If zsh is installed, run a chsh -s to set it as the default shell.

Installation

git clone https://github.com/jacobparra/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./setup.sh

About

My own dotfiles, a bit of oh-my-zsh, vim and solarized for terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 81.3%
  • Shell 18.7%