Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Remove oni, small fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
omares committed Dec 10, 2018
1 parent 5fb961e commit 38088a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 35 deletions.
30 changes: 0 additions & 30 deletions .dotfiles/tag-smu/config/oni/config.js

This file was deleted.

1 change: 0 additions & 1 deletion .dotfiles/tag-smu/modules/editor/brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ brew "neovim"
cask "intellij-idea"
cask "sublime-text"
cask "macdown"
cask "oni"

# diff
cask "p4v"
Expand Down
3 changes: 3 additions & 0 deletions .dotfiles/tag-smu/zsh/smu.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ export LANG=de_DE.UTF-8
export SMU_ZSH_DIR=${ZDOTDIR:-${HOME}}/.zsh
export ZSH_CACHE_DIR=${SMU_ZSH_DIR}/cache

# english please
alias git='LANG=en_GB git'

# use nvim

alias vi="nvim"
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ You can use `smu --lsrc` command to show which files will be symlinked to your h

#### [editor](.dotfiles/tag-smu/modules/editor)

The editor module comes with [neovim](https://neovim.io/) and [vim](https://www.vim.org/), although neovim is considered to be used over vim. Should you enjoy using vi outside your terminal you can use [oni](https://www.onivim.io/). [SpaceVim](https://spacevim.org/) provides a good configuration base and is referenced in all three vi editors.
The editor module comes with [neovim](https://neovim.io/) and [vim](https://www.vim.org/), although neovim is considered to be used over vim. [SpaceVim](https://spacevim.org/) provides a good configuration base and is referenced in all three vi editors.

For tasks you don't want to solve in vi you can use [Intellij IDEA ultimate](https://www.jetbrains.com/idea/) or [Sublime3](https://www.sublimetext.com/). The Sublime configuration comes with a few [useful plugins](.dotfiles/tag-smu/modules/editor/editor.sh#L8-L19) that are managed via [Package Control](https://packagecontrol.io/).

[Macdown](https://macdown.uranusjr.com/) for Markdown editing, [p4merge](https://www.perforce.com/products/helix-core-apps/merge-diff-tool-p4merge) for merging/diffing and [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) as default git difftool are also part of the editor module.

Apart from theme and font all editors come preconfigured, except Intellij. ([SpaceVim](.dotfiles/tag-smu/SpaceVim.d), [Oni](.dotfiles/tag-smu/config/oni), [Sublime](.dotfiles/tag-smu/modules/editor/sublime)). To synchronize your Intellij configuration i recommend using the official [Settings Sync plugin](https://www.jetbrains.com/help/idea/sharing-your-ide-settings.html#IDE_settings_sync)
Apart from theme and font all editors come preconfigured, except Intellij. ([SpaceVim](.dotfiles/tag-smu/SpaceVim.d), [Sublime](.dotfiles/tag-smu/modules/editor/sublime)). To synchronize your Intellij configuration i recommend using the official [Settings Sync plugin](https://www.jetbrains.com/help/idea/sharing-your-ide-settings.html#IDE_settings_sync)

Why no atom or Visual Studio Code?
The above editors fulfil my daily needs and neither atom or Visual Studio Code were able to handle **large** files in multiple attempts. Not having an incentive to switch i continue using Sublime.
Expand Down Expand Up @@ -175,8 +175,6 @@ The [base16 material-darker theme](http://chriskempson.com/projects/base16/) and

In case you are using the [SMU terminal module](#terminal), [Spaceship ZSH prompt](https://github.com/denysdovhan/spaceship-prompt) will be enabled with a [custom configuration](.dotfiles/tag-smu/modules/theme/spaceship.plugin.zsh) that tries to not be in your way.

Oni is not included as its configuration is blended within a JavaScript file.

A few screenshots:

1. Terminal
Expand Down

0 comments on commit 38088a3

Please sign in to comment.