Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Multiple Emacs Flavor Setup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pierre Balaye
Multiple Emacs Flavor Setup
Commits
50a3da19
Commit
50a3da19
authored
May 27, 2020
by
pietrodito
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Arch oriented: install packages for vterm..
parent
76382eec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
25 deletions
+0
-25
00-run-installers.sh
00-run-installers.sh
+0
-24
99-emacs-and-tools.sh
99-emacs-and-tools.sh
+0
-1
No files found.
00-run-installers.sh
deleted
100755 → 0
View file @
76382eec
#!/bin/bash
export
mefs_EMACSDIR
=
"
$HOME
/emacs"
mefs_indent_message
()
{
echo
-e
"
\0
33[1;32m#->
$1
\0
33[0m"
}
mefs_message
()
{
echo
-e
"
$1
\0
33[0m"
}
export
mefs_THISREPODIR
=
`
pwd
`
export
mefs_CHEMACSDIR
=
"
$mefs_EMACSDIR
/chemacs"
export
mefs_FLAVORDIR
=
"
$mefs_EMACSDIR
/flavors"
export
mefs_CONFIGDIR
=
"
$mefs_EMACSDIR
/configs"
export
-f
mefs_indent_message
export
-f
mefs_message
./01-create-dirs.sh
./02-chemacs-setup.sh
./03-clone-spacemacs-develop.sh
./04-multiple-spacemacs-configs.sh
# ./05-doom-setup.sh
99-emacs-and-tools.sh
deleted
100755 → 0
View file @
76382eec
sudo
pacman
--sync
--needed
--noconfirm
cmake the_silver_searcher emacs
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment