Git Product home page Git Product logo

dotfiles's Introduction

My dotfiles

Settings

  1. Language & Region
    • Change region in language settings - apply english USA system-wide to set en_US.utf8
  2. Add src-repositories to apt sources
    • navigate to Settings > About > Software Updates > Ubuntu Software > activate "Source code"

To make sure the changes apply, logout and re-login.

add user to sudo group

$ su - root
Password:
$ sudo usermod -aG sudo <username>
$ groups <username>

make sure to kill the current session and create a new one

Installation

$ su - <username>
Password:

Run either one of the two setup scripts

with

sudo wget -qO- https://raw.githubusercontent.com/mj0nez/dotfiles/main/setup_basic.sh | bash

or

sudo wget -qO- https://raw.githubusercontent.com/mj0nez/dotfiles/main/setup_full.sh | bash

Lastly, set the loaded terminal profile as default by opening a terminal > Preferences > "zsh-terminal-profile"

Updating the terminal profile

To see all profiles run

dconf dump /org/gnome/terminal/legacy/profiles:/

Dump a profile with

dconf dump /org/gnome/terminal/legacy/profiles:/:461f8ee8-d5f7-4da5-9de2-58ab7f40cf4a/ > .terminal-profile.dconf

To load the profile (this is done by zsh.sh)

dconf load /org/gnome/terminal/legacy/profiles:/:461f8ee8-d5f7-4da5-9de2-58ab7f40cf4a/ < .terminal-profile.dconf

Set fonts manually

Change the following setting in VS-Code

    "terminal.integrated.fontFamily": "Agave Nerd Font"

And fix the font in your terminal via Preferences > > Font > Agave Nerd Font

dotfiles's People

Contributors

mj0nez avatar

Watchers

 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.