-
-
Notifications
You must be signed in to change notification settings - Fork 2
Manual Installation
Shubham Chaudhary edited this page Jan 3, 2018
·
3 revisions
- Clone the repo
git clone --recursive https://github.com/ylogx/dotfiles.git
- Add all files in
./home/
folder to your local home directory (~/
). - Use script:
./run_ansible.sh
for automated setup or follow the next section for manual setup.
Look at individual instructions to only use parts of this.
To setup everything just run ./install.py
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 should work right outta the box.
Boy oh boy it looks amazing. Enjoy :)
No configuration needed.
Awesome interface to top command without any hassle.
You'll have to add your username and password to make it work.
Some small custom configurations to the mighty ack tool.
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
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