mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-12-01 03:38:32 -05:00
emacs: use chemacs2
This commit is contained in:
parent
c71508f34d
commit
bd949936d5
@ -23,13 +23,11 @@ case ${shell} in
|
|||||||
;;
|
;;
|
||||||
zsh)
|
zsh)
|
||||||
cp -rfv ./home/.bashrc ~/.bashrc
|
cp -rfv ./home/.bashrc ~/.bashrc
|
||||||
cp -rfv ./home/.bash_profile ~/.bash_profile
|
|
||||||
cp -rfv ./home/.config/zsh/ ~/.config/zsh/
|
cp -rfv ./home/.config/zsh/ ~/.config/zsh/
|
||||||
cp -rfv ./home/.local/share/zsh/ ~/.local/share/zsh/
|
cp -rfv ./home/.local/share/zsh/ ~/.local/share/zsh/
|
||||||
;;
|
;;
|
||||||
fish)
|
fish)
|
||||||
cp -rfv ./home/.bashrc ~/.bashrc
|
cp -rfv ./home/.bashrc ~/.bashrc
|
||||||
cp -rfv ./home/.bash_profile ~/.bash_profile
|
|
||||||
cp -rfv ./home/.config/fish/ ~/.config/fish/
|
cp -rfv ./home/.config/fish/ ~/.config/fish/
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
@ -98,6 +96,7 @@ cp -rfv ./home/.config/aria2/ ~/.config/aria2/
|
|||||||
cp -rfv ./home/.config/bat/ ~/.config/bat/
|
cp -rfv ./home/.config/bat/ ~/.config/bat/
|
||||||
cp -rfv ./home/.config/bottom/ ~/.config/bottom/
|
cp -rfv ./home/.config/bottom/ ~/.config/bottom/
|
||||||
cp -rfv ./home/.config/cava/ ~/.config/cava/
|
cp -rfv ./home/.config/cava/ ~/.config/cava/
|
||||||
|
cp -rfv ./home/.config/chemacs/ ~/.config/chemacs/
|
||||||
cp -rfv ./home/.config/cht.sh/ ~/.config/cht.sh/
|
cp -rfv ./home/.config/cht.sh/ ~/.config/cht.sh/
|
||||||
cp -rfv ./home/.config/cointop/ ~/.config/cointop/
|
cp -rfv ./home/.config/cointop/ ~/.config/cointop/
|
||||||
cp -rfv ./home/.config/doom/ ~/.config/doom/
|
cp -rfv ./home/.config/doom/ ~/.config/doom/
|
||||||
@ -140,7 +139,8 @@ cp -rfv ./home/.local/share/gnupg/ ~/.local/share/gnupg/
|
|||||||
echo "
|
echo "
|
||||||
~~~ Cloning submodules ~~~
|
~~~ Cloning submodules ~~~
|
||||||
"
|
"
|
||||||
[ -d ~/.config/emacs ] || git clone https://github.com/hlissner/doom-emacs ~/.config/emacs
|
[ -d ~/.config/emacs ] || git clone https://github.com/plexus/chemacs2 ~/.config/emacs
|
||||||
|
[ -d ~/.config/emacs-config/doom ] || git clone https://github.com/hlissner/doom-emacs ~/.config/emacs-config/doom
|
||||||
[ -d ~/.config/tmux/plugins/tpm ] || git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
|
[ -d ~/.config/tmux/plugins/tpm ] || git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
|
||||||
[ -d ~/.config/ranger/plugins/ranger_devicons ] || git clone https://github.com/FollieHiyuki/ranger_devicons ~/.config/ranger/plugins/ranger_devicons
|
[ -d ~/.config/ranger/plugins/ranger_devicons ] || git clone https://github.com/FollieHiyuki/ranger_devicons ~/.config/ranger/plugins/ranger_devicons
|
||||||
|
|
||||||
|
@ -400,7 +400,7 @@ alias ip="ip -color=always"
|
|||||||
alias v="nvim"
|
alias v="nvim"
|
||||||
alias vi='fzf | xargs -r nvim -o'
|
alias vi='fzf | xargs -r nvim -o'
|
||||||
# emacs
|
# emacs
|
||||||
alias doom="$HOME/.config/emacs/bin/doom"
|
alias doom="$HOME/.config/emacs-config/doom/bin/doom"
|
||||||
alias e="emacs -nw"
|
alias e="emacs -nw"
|
||||||
alias em="emacsclient -c -a 'emacs'"
|
alias em="emacsclient -c -a 'emacs'"
|
||||||
# rsync
|
# rsync
|
||||||
|
2
home/.config/chemacs/profiles.el
Normal file
2
home/.config/chemacs/profiles.el
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
(("default" . ((user-emacs-directory . "~/.config/emacs-config/doom")))
|
||||||
|
("myconfig" . ((user-emacs-directory . "~/.config/emacs-config/myconfig"))))
|
@ -76,6 +76,8 @@
|
|||||||
'(mode-line-inactive :height 0.98))
|
'(mode-line-inactive :height 0.98))
|
||||||
(setq doom-modeline-major-mode-icon t
|
(setq doom-modeline-major-mode-icon t
|
||||||
doom-modeline-major-mode-color-icon t
|
doom-modeline-major-mode-color-icon t
|
||||||
|
doom-modeline-buffer-encoding t
|
||||||
|
doom-modeline-enable-word-count t
|
||||||
doom-modeline-unicode-fallback t))
|
doom-modeline-unicode-fallback t))
|
||||||
(custom-set-faces!
|
(custom-set-faces!
|
||||||
'(doom-modeline-buffer-modified :foreground "orange"))
|
'(doom-modeline-buffer-modified :foreground "orange"))
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
(package! license-templates)
|
(package! license-templates)
|
||||||
(package! keycast)
|
(package! keycast)
|
||||||
(package! eshell-info-banner
|
(package! eshell-info-banner
|
||||||
:recipe (:host github :repo "phundrak/eshell-info-banner.el"))
|
:recipe (:host github :repo "Phundrak/eshell-info-banner.el"))
|
||||||
;;(package! gemini-mode)
|
;;(package! gemini-mode)
|
||||||
;;(package! page-break-lines)
|
;;(package! page-break-lines)
|
||||||
;;(package! vlf)
|
;;(package! vlf)
|
||||||
|
@ -30,7 +30,7 @@ alias ip='ip -color=always'
|
|||||||
abbr v nvim
|
abbr v nvim
|
||||||
abbr vi 'fzf | xargs -r nvim -o'
|
abbr vi 'fzf | xargs -r nvim -o'
|
||||||
# emacs
|
# emacs
|
||||||
alias doom='$HOME/.config/emacs/bin/doom'
|
alias doom='$HOME/.config/emacs-config/doom/bin/doom'
|
||||||
abbr e 'emacs -nw'
|
abbr e 'emacs -nw'
|
||||||
abbr em "emacsclient -c -a 'emacs'"
|
abbr em "emacsclient -c -a 'emacs'"
|
||||||
# rsync
|
# rsync
|
||||||
|
@ -23,7 +23,7 @@ alias ip="ip -color=always"
|
|||||||
alias v="nvim"
|
alias v="nvim"
|
||||||
alias vi='fzf | xargs -r nvim -o'
|
alias vi='fzf | xargs -r nvim -o'
|
||||||
# emacs
|
# emacs
|
||||||
alias doom="$HOME/.config/emacs/bin/doom"
|
alias doom="$HOME/.config/emacs-config/doom/bin/doom"
|
||||||
alias e="emacs -nw"
|
alias e="emacs -nw"
|
||||||
alias em="emacsclient -c -a 'emacs'"
|
alias em="emacsclient -c -a 'emacs'"
|
||||||
# rsync
|
# rsync
|
||||||
|
Loading…
Reference in New Issue
Block a user