Skip to content

Manual Installation

Shubham Chaudhary edited this page Jan 3, 2018 · 3 revisions

Steps

  1. Clone the repo git clone --recursive https://github.com/ylogx/dotfiles.git
  2. Add all files in ./home/ folder to your local home directory (~/).
  3. Use script: ./run_ansible.sh for automated setup or follow the next section for manual setup.

Tools/Configurations provided

Look at individual instructions to only use parts of this.

To setup everything just run ./install.py

Vim

To update vim:

  • Install Vundle
       git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
  • Open Vim (obviously not Vi)
  • Type ':PluginInstall'.
  • Bam! You get all awesome plugins in one shot.
  • Enjoy your life :)

Bash

Bash should work right outta the box.
Boy oh boy it looks amazing. Enjoy :)

Lynx

No configuration needed.

Top

Awesome interface to top command without any hassle.

Mutt

You'll have to add your username and password to make it work.

Ack

Some small custom configurations to the mighty ack tool.

Tmux

git clone https://github.com/tmux-plugins/tpm $HOME/.tmux/plugins/tpm
<prefix (\)>I  # Running this in tmux session will install tmux plugins
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# To install powerline fonts for non ascii text - (to specify Meslo DZ font in iterm2)
git clone https://github.com/powerline/fonts.git /tmp/fonts && cd /tmp/fonts && ./install.sh

Homesick

git clone git://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick
$HOME/.homesick/repos/homeshick/bin/homeshick clone https://github.com/ylogx/dotfiles.git
Clone this wiki locally