Giter Club home page Giter Club logo

vsviniciuslima / my-os-customizations Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nagaozen/my-os-customizations

0.0 0.0 0.0 8.58 MB

Live repository for configuring a basic development machine like mine. Covers modified versions of `gedit`, `ctags` and some extra stuff for `gtksourceview2`.

License: GNU General Public License v3.0

Python 9.00% Shell 9.20% HTML 10.43% Makefile 25.45% C 43.90% M4 0.67% Roff 0.69% Module Management System 0.02% CSS 0.07% Objective-C 0.03% C++ 0.02% Scheme 0.44% AppleScript 0.01% Perl 0.03% Inno Setup 0.03% Batchfile 0.01%

my-os-customizations's Introduction

nagaozen OS customizations and notes

Initialization

I'm currently using a Manjaro/XFCE + gedit 2.30.4 (a bit modified) setup for my daily work.

/home/nagaozen/

This package provides a /home/nagaozen/ which probably doesn't exists in your system, so just copy the contents from inside this folder to your own user folder. Don't forget the dot folders (the invisible ones).

et cetera

Just merge all folders, except /home/ as mentioned before, to the file system /.

Compile modified tools

/home/nagaozen/ comes with a modified version of ctags, gedit e gedit plugins. You must install dependencies before trying to compile:

$ yaourt -S gconf gcolor2 pygtksourceview2 enchant1.6 desktop-file-utils iso-codes libsm python2 python2-gconf vte-legacy
$ yaourt -S gnome-doc-utils intltool

then, compile ctags:

$ ./configure
$ make
$ sudo make install

compile gedit:

$ export PYTHON=/usr/bin/python2
$ ./configure --disable-scrollkeeper --enable-python
$ make LDFLAGS="$LDFLAGS -lgmodule-2.0 -lICE"
$ sudo make install

copy gedit-plugins:

$ sudo cp -r usr /

webkit package for python2 (optional)

NOTE: Only required for using Webkit inside gedit!

$ yaourt -S icu59 webkitgtk2 pywebkitgtk

System Monitor

$ yaourt xfce4-multiload-ng-plugin-gtk3

Themes and Icons

$ yaourt adapta-maia-theme
$ yaourt papirus-icon-theme-git
$ yaourt papirus-libreoffice-theme

$ gconftool-2 --set "/apps/gnome-terminal/profiles/Default/use_theme_background" --type bool false
$ gconftool-2 --set "/apps/gnome-terminal/profiles/Default/use_theme_colors" --type bool false
$ gconftool-2 --set "/apps/gnome-terminal/profiles/Default/palette" --type string "#000000:#E06C75:#98c379:#d19a66:#61aeee:#c678dd:#56b6c2:#abb2bf:#5c6370:#e06c75:#98c379:#d19a66:#62afee:#c678dd:#56b6c2:#ffffff"
$ gconftool-2 --set "/apps/gnome-terminal/profiles/Default/background_color" --type string "#282c34"
$ gconftool-2 --set "/apps/gnome-terminal/profiles/Default/foreground_color" --type string "#abb2bf"
$ gconftool-2 --set "/apps/gnome-terminal/profiles/Default/font" --type string "Anka/Coder Narrow 10"

Fonts

$ yaourt ttf-iosevka ttf-roboto

Fixes

Desktop Icons Positions

If somehow your desktop icons are losing their positions between reboots, you can set their properties as immutable:

quick method

$ ./freeze_desktop.sh	

manual method

$ chattr +i ~/.config/xfce4/desktop/icons*

Then, if you want to change their position again you need to turn immutable off:

quick method

$ ./unfreeze_desktop.sh	

manual method

$ chattr -i ~/.config/xfce4/desktop/icons*

my-os-customizations's People

Contributors

nagaozen 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.