Skip to content

Naheel-Azawy/naheel-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naheel’s Personal Dotfiles

A collection of toys glued together to buildup my setup on my machines.

Warning: This thing is not so stable and might explode at any moment.

./screenshots/20221105.png

Toys

  • emacs
  • fish
  • st
  • fmz
  • tmux everywhere (theterm)
  • bspwm
  • lemonbar
  • mpv/sxiv? (custom fork)
  • mpd and ncmpcpp
  • brave/chromium/firefox?
  • bunch of other stuff

Install

Arch Linux is expected to be already installed with a working internet connection.

curl -L https://naheel.xyz/dots > /tmp/nd.sh && sh /tmp/nd.sh base base-gui

For Ubuntu

wget -L https://naheel.xyz/dots -O /tmp/nd.sh && sh /tmp/nd.sh ubuntu

Or

cd
git clone https://github.com/Naheel-Azawy/naheel-dotfiles.git .dotfiles
cd .dotfiles
./install.sh base base-gui

Other notes:

  • Pass --docker option to create a playground docker image.
  • Pick any package groups you’re comfortable with other than base and base-gui. Tables are under packages directory.

Update

nd update

License

GPL3