Skip to content

Latest commit

 

History

History
84 lines (72 loc) · 1.95 KB

File metadata and controls

84 lines (72 loc) · 1.95 KB
  • Setup.sh will be used by bash <(https://www.bash.sh)
    • It will ask what you want to do ?
      • Archcraft Setup
      • Script Setup
      • PIYUOS Setup
    • Seyup
      • WM + Notify + App(ScreenLock + ScreenShot + Clipboard ...)
      • zsh
      • neovim
      • install : fun , dev ,

pre-requsites

  • git , Arch Base Distro

GUI

Shell Setup

  • xterm
  • dash
  • alias : conf , git , pfetch , psurf
  • cli_apps
    • FS : ranger
    • media : mpd mpv cmus
    • email : neomutt
    • editor : helix micro
    • productivity : epy-git

App

  • install : xh watson

Setup.sh

  1. create .dir in home_dir
  2. git clone self repo
  3. start installation
  4. setup terminal(zsh,ufetch,alias,neovim)
  5. show info with glow-utility
  • https://github.com/Piyush-linux/pcraft/setup.sh | bash
cd ~
git clone <repo_url>
bash ~/.pcraft/conf/app.sh
echo "~/.pcraft/conf/alias.sh" >> ~/.zshrc
source ~/.zshrc

Alias

alias l="tree -L 1"
alias m="micro"
alias show="bat"
# conf
alias zshC="micro ~/.zshrc"
alias openboxC="micro ~/.config/openbox/rc.xml"
alias rofiC="micro ~/.config/rofi/"
alias kittyC="micro ~/.config/kitty/kitty.config"
# wifi
alias getwifi="nmcli d wifi list"
alias setwifi="nmcli c up" #setwifi <name> --ask

Resources For Linux