Skip to content

Instantly share code, notes, and snippets.

@JeremyOttley
Last active August 13, 2017 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeremyOttley/59cb5497fecb64182942b5c04d249149 to your computer and use it in GitHub Desktop.
Save JeremyOttley/59cb5497fecb64182942b5c04d249149 to your computer and use it in GitHub Desktop.
F26-SpaceOS
# #
# Fedora SpaceOS #
# #
git config --global user.name "Gazaunga"
git config --global user.email "jeremy.ottley@gmail.com"
git config --global core.autocrlf input
git config --global core.safecrlf true
cd ~
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
sudo dnf -y update
sudo dnf -y install emacs
sudo dnf groupinstall "C Development Tools and Libraries"
sudo dnf groupinstall "RPM Development Tools"
sudo dnf groupinstall "Ruby"
sudo dnf groupinstall "Ruby on Rails"
sudo dnf groupinstall "Windows File Server" # samba server
sudo dnf groupinstall "PostgreSQL Database"
sudo dnf groupinstall "Vagrant with libvirt support"
sudo dnf -y install jruby
## Fedy ##
sudo sh -c 'curl https://www.folkswithhats.org/installer | bash'
## Fedora Gems ##
sudo dnf -y install rubygem-POpen4 \
rubygem-rake \
rubygem-rack \
rubygem-thor \
rubygem-bundler \
rubygem-rails \
rubygem-sass \
rubygem-coffee--script \
rubygem-rspec \
rubygem-sinatra \
rubygem-pry \
rubygem-slop \
rubygem-haml \
rubygem-formatador \
rubygem-thin \
rubygem-gherkin \
rubygem-awesome-print \
rubygem-cucumber \
rubygem-dotenv \
rubygem-ruby_parser \
rubygem-prawn \
rubygem-pdf-reader \
rubygem-progressbar \
rubygem-ascsiidoctor \
rubygem-ruby-libvirt \
rubygem-org-ruby
bundle --local
cd ~
touch .profile
cat > .profile <<- "EOF"
RUBYPICK=_mri_
#RUBYPICK=_jruby_
GEM_PATH=/usr/share/gems
EOF
touch .bash_profile
echo "source .profile" >> .bash_profile
touch .xinitrc
echo "emacs -fs" >> .xinitrc
wget https://raw.githubusercontent.com/Gazaunga/Spacemacs/master/.spacemacs -O .spacemacs
# Font
#pip install --user fonttools
#git clone https://github.com/adobe-fonts/source-code-pro.git
#cd source-code-pro
#sh build.sh
sudo dnf -y install overpass-fonts
sudo dnf copr enable dawid/better_fonts
sudo dnf -y install fontconfig-enhanced-defaults fontconfig-font-replacements
cd ~
sudo dnf -y install zathura zathura-devel zathura-plugins-all qutebrowser kmplayer dunst glances trash-cli newsbeuter rtv w3m w3m-img ranger source-highlight
startx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment