Skip to content

casjay-dotfiles/minimal

Repository files navigation

dotfiles

Build Status Patreon Paypal Codacy Badge

Linux Config Files
A relative minimal install
Have a suggestion? Go to issues!

All Unix and Linux

Preresquites
Packages not avialable in Redhat/Debian repos
youtube-viewer - https://github.com/trizen/youtube-viewer

Debian Based
sudo apt install git curl gnupg python3 python3-pil libjpeg-dev vim-nox neomutt isync msmtp pass lynx notmuch abook urlview newsboat mplayer mpc mpd pianobar net-tools mpv ctags build-essential fim emacs-nox
Redhat based
sudo yum install git curl gnupg python3 neomutt isync msmtp pass lynx notmuch abook urlview newsboat mplayer mpc mpd pianobar net-tools mpv ctags
Arch based
sudo pacman -Syyu git curl gnupg python3 python-pip neomutt isync msmtp pass lynx notmuch abook newsboat mplayer mpc mpd youtube-viewer pianobar net-tools mpv ctags
sudo yay -S urlview

Automated Install

bash -c "$(curl -LsS https://raw.githubusercontent.com/casjay-dotfiles/minimal/master/install.sh)"

Update the dotfiles

bash -c "$(curl -LsS https://raw.githubusercontent.com/casjay-dotfiles/minimal/master/install.sh)"

Manual Install

Yum based distros:
sudo yum install epel-release redhat-lsb git curl wget vim tmux zsh fish sudo neofetch \
gnupg net-tools powerline htop lsof mercurial bzr strace cowsay thefuck screen subversion
Apt based distros:
sudo apt-get install lsb-release git curl wget vim tmux zsh fish sudo neofetch gnupg \
net-tools powerline htop lsof mercurial bzr strace cowsay thefuck screen subversion
Pacman based Distro:
sudo pacman -Syy lsb-release git curl wget vim tmux zsh fish sudo neofetch gnupg \
net-tools powerline htop lsof mercurial bzr strace cowsay thefuck screen subversion

Windows install

git clone https://github.com/casjay-dotfiles/minimal.git /tmp/dotfiles
cp -Rfva /tmp/dotfiles/etc/skel/. ~/
mv -fv ~/.config/bash/profile/.alias.win ~/.config/bash/profile/00-alias.bash
mv -fv ~/.config/bash/profile/.profile.win ~/.config/bash/profile/00-profile.bash
mv -fv ~/.config/bash/profile/.powerline.win ~/.config/bash/profile/01-powerline.bash
rm -Rfv /tmp/dotfiles
source ~/.bashrc
clear

ScreenShots

Bash

Bash

Fish

Fish

ZSH

zsh

TMUX

TMUX

SCREEN

Screen