https://github.com/mkobit/dotfiles
https://github.com/mkobit/dotfiles
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mkobit/dotfiles
- Owner: mkobit
- Created: 2015-07-01T03:16:21.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T21:25:30.000Z (over 1 year ago)
- Last Synced: 2025-02-02T06:24:17.632Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 1.55 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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
----