An open API service indexing awesome lists of open source software.

https://github.com/mkobit/dotfiles


https://github.com/mkobit/dotfiles

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

= Dotfiles
:toc: preamble
:!toc-title:
:uri-git-diff-highlight: https://github.com/git/git/tree/master/contrib/diff-highlight
:uri-openssh-manual: http://man.openbsd.org/ssh_config
:uri-tmux-manual: http://man.openbsd.org/OpenBSD-current/man1/tmux.1

Utilities and dotfiles that I use across machines.

== Setup

The setup process is still very manual.

. Clone repository
+
[source,bash]
----
git clone git@github.com:mkobit/dotfiles.git
----

=== Zsh

==== oh-my-zsh

On Mac, I am currently using link:https://github.com/robbyrussell/oh-my-zsh[robbyrussell/oh-my-zsh]
Assuming that Zsh is installed and this repository is cloned to `$HOME/dotfiles`:

. Add the following to the bottom of the `~/.zshrc`
+
[source]
----
export PATH="${PATH}:$HOME/dotfiles/bin"
. ~/dotfiles/zsh/aliases.source
. ~/dotfiles/zsh/functions.source
----