A collection of startup scripts. It sets out theme and user configuration for oh my Zsh as well as aliases.
First, clone this repository using
git clone git@github.com:OrghoN/.dotfiles.gitThen cd into the directory using
cd .dotfilesnext, set the environment variable $dotfiles using
export dotfiles=`pwd`This set of scripts is designed to work with zsh as well as emacs and a whole bunch of packages for both of these pieces of software, so the prerequisites are grouped into broader categories. It is written for the blind and as a result uses emacspeak for audio desktop functionality.
-
zsh: The set of startup files is designed for zsh which can be installed using instructions from install zsh
-
oh-my-zsh: The files customize oh-my-zsh which is a framework to manage zsh files and themes. Install it from oh-my-zsh installation instructions.
-
Powerlevel10k: The theme being used is powerlevel10k which can be installed from powerlevel10k installation instructions
-
zoxide: zoxide is a better
cdtool and can be installed from zoxide installation instructions
-
emacs: For configuring emacs using these startup scripts, the first thing is to get emacs which can be found at emacs installation instructions.Emacs can be generally installed from the package manager for your linux distribution but also can be compiled from source.
-
emacspeak:
-aster:
-
dtk-server:
-
espeak:
- melpa:
-lsp-mode:
-
lsp-dart:
-
company-mode:
-
flycheck:
-
markdown-mode:
-
atom-dark:
-
dart-mode:
-
flutter:
-
yaml-mode:
-leetcode:
-
obsidian:
-
nvm:
-
forge:
###TODO: Add full Usage
-
Set emacs init
rm ~/.emacs.d/init.elln -s $dotFiles/init.el ~/.emacs.d/init.el-
Install Atom theme
M-x
package-install[RET]atom-dark-theme -
Install Auto Complete
M-x
package-install[RET]auto-complete
-