Skip to content

OrghoN/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

A collection of startup scripts. It sets out theme and user configuration for oh my Zsh as well as aliases.

Install

Get the repository and setup environment

First, clone this repository using

git clone git@github.com:OrghoN/.dotfiles.git

Then cd into the directory using

cd .dotfiles

next, set the environment variable $dotfiles using

export dotfiles=`pwd`

prerequisites

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 Based Prerequisites

emacs prerequisites for the blind

  • 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:

Other emacs prerequisites

  • melpa:

-lsp-mode:

  • lsp-dart:

  • company-mode:

  • flycheck:

  • markdown-mode:

  • atom-dark:

  • dart-mode:

  • flutter:

  • yaml-mode:

-leetcode:

  • obsidian:

  • nvm:

  • forge:

Usage

###TODO: Add full Usage

  • Set emacs init

    rm ~/.emacs.d/init.el

    ln -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

About

A collection of startup scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors