Just my dotfiles
Find a file
2019-05-18 01:39:36 +02:00
.atom cleanup and update atom packages 2019-01-19 13:53:40 +01:00
.vim add some snippets 2019-05-10 00:41:25 +02:00
.gitignore ignore bundles 2018-08-21 12:51:35 +02:00
.inputrc add inputrc 2019-01-19 13:53:52 +01:00
.vimrc some random settings 2019-05-10 00:41:01 +02:00
.zshrc add artisan plugin 2019-05-18 01:37:24 +02:00
README.md add dependencies to readme 2019-01-19 16:34:57 +01:00
setup.sh add artisan plugin 2019-05-18 01:37:24 +02:00
tmux.conf change tmux statusbar and other settings 2019-05-10 00:39:42 +02: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

Make sure you have these packages installed:

  • atom
  • vim
  • zsh
  • oh-my-zsh
  • tmux
  • tmuxinator
  • the_silver_surfer
  • powerline-fonts
  • fzf

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

cd ~
git clone https://github.com/saibotk/.dotfiles
.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