Kyure-A / dotfiles

This repository is moved to github.com/Kyure-A/nixos-config and github.com/Kyure-A/.emacs.d
GNU General Public License v3.0
9 stars 0 forks source link
dotfiles pwsh wsl zsh

banner

Kyure_A icon@Kyure_A's Emacs (for Windows Subsystem for Linux)

Emacs Screen Shot

Requirement

Installation

To do the installation, all you have to do is copy and paste the only 1 lines of command below and run it.

curl -sL https://dotfiles.kyre.moe/bin/installer.zsh | zsh

If zsh is not the default, you can run the command below. (This Installation commands are for zsh)

chsh -s /bin/zsh
exec $SHELL -l

If you want to adapt the settings, restart the shell or run exec $SHELL -l .