Giter Site home page Giter Site logo

conf-linux's Introduction

Config Linux avec theme

Install XFCE4

apt-get install xfce4

Install Arc theme

https://github.com/horst3180/arc-theme Install Unity tweak tool

sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_16.04/ /' > /etc/apt/sources.list.d/arc-theme.list"
sudo apt-get update
sudo apt-get install arc-theme

Comment outline-style in /usr/share/themes/Arc-Dark/gtk-3.0/gtk.css

Icon Arc theme

sudo apt-get install autotools-dev
sudo apt-get install autoconf
git clone https://github.com/horst3180/arc-icon-theme --depth 1 && cd arc-icon-theme
./autogen.sh --prefix=/usr
sudo make install
cp -R Arc /usr/share/icons

Icon Elementary

http://danrabbit.deviantart.com/art/elementary-Icons-65437279

cp -r /dossier/elementary /usr/share/icons/

MEMO

Shutdown

command : xfce4-session-logout --halt

ZSH

$ apt-get install zsh
$ chsh (/bin/zsh)

Install OHMZSH

$ sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

Ajouter dans .bashrc

exec zsh

Ajouter dans .zhrc

ZSH_THEME="agnoster"
setopt correctall
export TERM="xterm-256color"
export DEFAULT_USER=eni
setopt RM_STAR_WAIT

Install Powerline Font

$ git clone https://github.com/powerline/fonts.git
$ ./fonts/install.sh
$ rm -rf fonts
$ fc-cache -vf

config hack font. https://github.com/chrissimpkins/Hack

Solarized

$ sudo apt-get install dconf-cli
$ git clone https://github.com/Anthony25/gnome-terminal-colors-solarized.git
$ cd gnome-terminal-colors-solarized
$ ./install.sh

conf-linux's People

Contributors

enishowk avatar

Watchers

 avatar  avatar

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.