Linux Config Files
A relative minimal install
Have a suggestion? Go to issues!
Preresquites
Packages not avialable in Redhat/Debian repos
youtube-viewer - https://github.com/trizen/youtube-viewer
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
sudo yum install git curl gnupg python3 neomutt isync msmtp pass lynx notmuch abook urlview newsboat mplayer mpc mpd pianobar net-tools mpv ctags
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
bash -c "$(curl -LsS https://raw.githubusercontent.com/casjay-dotfiles/minimal/master/install.sh)"
bash -c "$(curl -LsS https://raw.githubusercontent.com/casjay-dotfiles/minimal/master/install.sh)"
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
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
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
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