This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pacman -S xorg xorg-init i3-gaps firefox terminator git python-pip vim ranger tmux neofetch R gcc-fortran rofi feh htop pulseaudio alsa-utils transmission-cli mpv mupdf dunst comptoni gparted docker net-tools nerd-fonts-complete pandoc texlive-most cava mutt beep scrot | |
sudo pip install jedi rice rtv rice hangups stig | |
# R: tidyverse, knitr, kableExtra, rmarkdown,shiny | |
# Install yaourt | |
echo "[archlinuxfr]" >> /etc/pacman.conf | |
echo "SigLevel=Never" >> /etc/pacman.conf | |
echo "Server=http://repo.archlinux.fr/$arch" >> /etc/pacman.conf | |
sudo pacman -Sy yaourt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(colorout) | |
library(tidyverse) | |
library(jsonlite) | |
library(crayon) | |
library(grDevices) | |
options(prompt=blue('⇨')) | |
makeColors <- function() { | |
wal<- fromJSON("~/.cache/wal/colors.json") |