Giter Site home page Giter Site logo

cfg's Introduction

Linux Installation

This configuration scripts are now build on top of archlabs-i3

Install archlabs i3

Install stumpwm

Run Roswell

ros run

Install stumpwm

(ql:quickload '(clx-truetype swank stumpwm cl-strings inferior-shell))
(quit)

Init stumpwm

ros init stumpwm

Edit stumpwm.ros according to the following

#!/bin/sh
#|-*- mode:lisp -*-|#
#|
exec ros -Q -- $0 "$@"
|#

(progn 
  #+quicklisp (ql:quickload '(clx-truetype swank stumpwm cl-strings inferior-shell) :silent t))

(defpackage :ros.script.stumpwm.3749863733
  (:use :cl))
(in-package :ros.script.stumpwm.3749863733)

(defun main (&rest argv)
  (declare (ignorable argv))
  (stumpwm:stumpwm))

Move stumpwm.ros to .stumpwm.d/start.ros edit the exec line in .xinitrc to exec $HOME/.stumpwm.d/start.ros

Install contrib layer

git clone https://github.com/slime/slime.git .stumpwm.d/modules

Setup Config

inside cfg folder

stow -t ~/ stumpwm

Install yay and packages

baph -S yay
yay -S $(grep -vE "^\s*#" ./arch-packages | tr "\n" " ")

Install prezto

rm -r .zsh .zshrc 
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"

setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
  ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done

stow

stow -t ~/ stumpwm
stow -t ~/ compton
stow -t ~/ prezto
stow -t ~/ dunst
stow -t ~/ redshift

Miniconda

Download Miniconda3-latest-Linux-x86_64.sh Install it in .conda Add the following to .zshrc

# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/home/sim/.conda/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
    eval "$__conda_setup"
else
    if [ -f "/home/sim/.conda/etc/profile.d/conda.sh" ]; then
        . "/home/sim/.conda/etc/profile.d/conda.sh"
    else
        export PATH="/home/sim/.conda/bin:$PATH"
    fi
fi
unset __conda_setup
# <<< conda initialize <<<

Emacs keys everywhere

Open settings editor, go to xsettings, Gtk and change KeyThemeName to Emacs

cfg's People

Contributors

simonschnake avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.