Just my dotfiles
Find a file
2018-12-07 01:32:33 +01:00
.atom Add .atom folder and adjusted gitignore in .atom 2018-12-06 20:31:59 +01:00
.vim/ftplugin add line numbers for markdown 2018-11-03 21:06:41 +01:00
.gitignore ignore bundles 2018-08-21 12:51:35 +02:00
.vimrc add custom ctrlp ignore directories 2018-12-04 21:55:25 +01:00
.zshrc Add new zsh plugins 2018-12-07 01:23:41 +01:00
README.md Add description to readme 2018-12-06 20:04:35 +01:00
setup.sh Automaticially install vim plugins | More informations in the setup 2018-12-07 01:32:33 +01:00
tmux.conf change to vim keybindings for tmux 2018-12-04 21:55:01 +01:00

My Dotfiles with an installer

These are just my own config files for various applications like atom, vim and zsh... It also contains an installation script "setup.sh" to easily apply all of the settings and install some needed tools like Vundle.

Usage

If you want to install and apply all of the settings you just need to run:

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

Atom packages

If you plan on using you own atom package list, you can modify the "atom/packages.list". The install script will try to find that file and automatically install all packages.

You can export the package list with:

apm list --installed --bare > ~/.dotfiles/atom/packages.list