Skip to content

shift-runstop/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

files

(subject to change. |ʘ‿ʘ)╯)

Description

  • i3

    • main
    • i3 blocks
  • vim plugins

    • goyo
    • fzf
    • nerdtree
    • vim-multiple-cursors
    • YouCompleteMe
    • vim-airline
    • go
    • pywal
    • rust
    • asynchronous lint engine
    • cscope stuff
    • code-minimap
  • ohmyzsh

    • aussiegeek theme
    • autosuggestions
    • syntax highlighting
    • colored-man-pages
  • xorg

    • .xinitrc
      • vscode keyring
      • console kit for void linux
      • network-manager applet for bar (depends on distro)
      • dwmbar volume control (suckless.org dwm)
    • .Xresources
      • colours and opacity for st (suckless.org simple terminal)

Usage

Substitue package names and package managers as needed These commands are all based around a debian based distro (apt).

i3

$ sudo apt install i3 i3blocks ; mv ./i3 ~/.config

Vim

$ sudo apt install vim ; mv vimrc ~/.vimrc

ohmyzsh

  • curl
$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
$ sudo apt install zsh-autosuggestions zsh-syntax-highlighting
$ mv .zshrc ~
  • wget
$ sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
$ mv .zshrc ~

Xorg

mv ./Xresources ~ ; mv ./xinitrc ~

About

Files for UNIX system configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published