Giter VIP home page Giter VIP logo

config's Introduction

Ubuntu 18.04 (Beaver) + i3

Screen

Screenshot

Tearing Ubuntu

sudo touch /etc/X11/xorg.conf

Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "AccelMethod" "sna"
   Option      "TearFree" "true"
EndSection

Rofi

theme is in .Xresources

sudo apt-get install rofi
cp git/.Xresources ~/.Xresources

Tweaking GTK app : sudo apt install lxappearance

Window Info / Kill:

xprop / xkill

Reload Xresources : xrdb ~/.Xresources

Icons

Pop icon theme :

sudo add-apt-repository ppa:system76/pop

sudo apt-get update

sudo apt install pop-icon-theme

Fish

sudo apt-add-repository ppa:fish-shell/release-2
sudo apt-get update
sudo apt-get install fish
sudo chsh -s /bin/fish

OhMyFish

sudo apt-get install curl git
curl -L https://get.oh-my.fish | fish
omf install eclm
omf theme eclm
omf install ocean

Git

clé SHA
installer hub
if asking for pwd -> sudo nano .git/config -> ssh://[email protected]/username/repo.git

Sound

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install pulseaudio-equalizer

Server

sudo apt install apache2 php mysql-server libapache2-mod-php php-mysql
sudo apt-get install phpmyadmin

Apache not working might be :

sudo nano /etc/apache2/apache2.conf

and change line :

<Directory /var/www>

to

<Directory /var/www/html> AllowOverride All

Notifications

Using Dunst

cp git/.config/dunst/dunstrc ~/.config/dunst/dunstrc

Compton

For animations & transparency

cp git/.config/compton.conf ~/.config/compton.conf

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.