All Projects → tonijarjour → autorice

tonijarjour / autorice

Licence: GPL-3.0 License
Autorice 9001 ~ Simple and fast arch setup in minutes

Programming Languages

shell
77523 projects
Vim Script
2826 projects

Projects that are alternatives of or similar to autorice

Awesome Dotfiles
Dotfiles for awesome people using the awesomewm linux environment
Stars: ✭ 409 (+643.64%)
Mutual labels:  config, dotfiles, rice, arch
Dotfiles
Collection of i3-gaps Dotfiles
Stars: ✭ 143 (+160%)
Mutual labels:  config, dotfiles, rice, arch
Dotfiles
My dotfiles 🚀. Includes configs for neovim, tmux, zsh, alacritty and more.
Stars: ✭ 47 (-14.55%)
Mutual labels:  config, dotfiles, zsh
zarch
The Ultimate Script For Arch Linux
Stars: ✭ 49 (-10.91%)
Mutual labels:  zsh, install, arch
dotfiles
cross-platform (linux (arch), macos, android (termux), windows (WSL)) dotfiles and scripts, using yadm
Stars: ✭ 17 (-69.09%)
Mutual labels:  dotfiles, zsh, arch
dotfiles
Dotfiles for my awesomewm/i3 Arch setup & neovim
Stars: ✭ 19 (-65.45%)
Mutual labels:  dotfiles, zsh, arch
dotfiles
rice repo
Stars: ✭ 71 (+29.09%)
Mutual labels:  dotfiles, zsh, arch
Dotfiles
🐲 My Arch Linux config [i3-gaps + i3blocks + Zsh + Spacemacs + Rofi + Alacritty + Neofetch]
Stars: ✭ 725 (+1218.18%)
Mutual labels:  dotfiles, zsh, arch
Dotfiles
files that define my GNU/Linux box.
Stars: ✭ 351 (+538.18%)
Mutual labels:  dotfiles, zsh, rice
dotfiles
My arch setup script and dotfiles
Stars: ✭ 37 (-32.73%)
Mutual labels:  config, dotfiles, arch
Dotbare
Manage dotfiles and any git directories interactively with fzf
Stars: ✭ 327 (+494.55%)
Mutual labels:  config, dotfiles, zsh
Dotfiles
Setup your Mac and sync it with your other machines.
Stars: ✭ 61 (+10.91%)
Mutual labels:  config, dotfiles
Ec 471g
黑苹果配置 hackintosh dsdt clover v3489 e1 471g ec 471g v3 471g acer mac osx efi ssdt aml config plist hd4000 gt630m inter
Stars: ✭ 30 (-45.45%)
Mutual labels:  config, install
Awesome Hammerspoon
awesome configuration for Hammerspoon.
Stars: ✭ 928 (+1587.27%)
Mutual labels:  config, dotfiles
Dots
just dotfiles ¯\_(ツ)_/¯
Stars: ✭ 90 (+63.64%)
Mutual labels:  config, dotfiles
Dotfiles
Gallery : https://fikriomar16.deviantart.com/
Stars: ✭ 79 (+43.64%)
Mutual labels:  config, dotfiles
Dots
A Repository For Config Files / Dotfiles / Themes / Color Schemes / Etc...
Stars: ✭ 100 (+81.82%)
Mutual labels:  config, dotfiles
Macos
💻 When I do a clean macOS installation.
Stars: ✭ 118 (+114.55%)
Mutual labels:  config, dotfiles
Awesome Ban
Awesome WM 4.x theme configs
Stars: ✭ 122 (+121.82%)
Mutual labels:  config, dotfiles
Mrm
Codemods for your project config files
Stars: ✭ 900 (+1536.36%)
Mutual labels:  config, dotfiles

preview This is a simple Arch Linux auto ricing script. It is great for quickly setting up a working environment on a new Arch installation, or as a canvas for further personal customization. Here is a list of programs:

  • Interactive Shell: Bash
  • Text Editor: Neovim
  • Window Manager: bspwm
  • Hotkey Manager: sxhkd
  • Terminal Emulator: Alacritty
  • File Manager: nnn
  • Music Player: cmus
  • Media Player: mpv
  • PDF Reader: Zathura
  • Image Viewer: sxiv, feh
  • Application Launcher: Rofi
  • Unicode Coverage: Noto Fonts
  • Terminal Font: Source Code Pro
  • Screenshot: maim
  • Notifications: Dunst
  • Clipboard Manager: xclip
  • Search Tool: fzf

Many other terminal based programs are included. Read install.sh for a full list.

Installation

  1. I recommend reading the files before installing it.
  2. Install Arch/Artix Linux (or anything that you know will work).
  3. Make a new test user (or use your own):
# Bash as the default shell is required. 
# Group wheel is not required, but you'll have to install the programs manually.

useradd -m -g wheel -s /bin/bash username
passwd username
  1. Sign into that user and clone this repo:
# This should not be deleted, so best to have it hidden.

git clone https://github.com/tonijarjour/autorice.git ~/.dotfiles
  1. Run bash install.sh, then reboot once the script finishes.

Neovim

  1. Start nvim and run :PlugInstall to enable the plugins.
  2. Read config/nvim/init.vim to learn about the customizations. neovim

Feedback and bug reporting

Please open an issue if you find something wrong or have suggestions for how this could improve.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].