Giter Site home page Giter Site logo

linux_settings's Introduction

My Linux Settings

Terminal

ZSH (OH-MY-ZSH)

Check to see if you have ZSH first.

zsh -v

If you have it installed then skip the OPTIONAL step.

OPTIONAL: Copy and paste this into your promt. (If you do not have ZSH)

sudo apt-get install zsh

Window manager

Weapon of choice TMUX

OPTIONAL: If you do not have tmux copy and past this into your terminal.

sudo apt-get install tmux

Now to make TMUX usable...

git clone https://github.com/atr2600/linux_settings.git
cp linux_settings/tmux/tmux.conf ~.tmux.conf

Now your tmux will have mouse support and easy to use key-bindings. press 'CTRL+B' then 's' == Horizontal 'Split' screen press 'CTRL+B' then 'v' == Virtical Split screen press 'ALT' then 'arrow-key'== move to a screen. press 'CTR+B' the 'd' == detach screen (to start that back up just type)

tmux attach

PROGRAMS!

Python

STOP using the basic python app. Install IPYTHON immediatly. ipython makes coding and scripting on a terminal as easy as pressing tab. Have you ever forgot what that one function's name was? Just tab your way through the options by pressing the TAB key. Also has alot more features than that.

sudo apt-get install ipython

Debuggers

If you must use a terminal debugger I recommend installing a nice custom python layout for your GDB. Displays all the data you want right away without having to type the commands.

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.