Git Product home page Git Product logo

linux-setup's Introduction

klaxalk's Linux environment

Ubuntu Architecture Status
20.04 Focal AMD64 Build Status
20.04 Focal arm64

Summary

This repo contains settings of klaxalk's Linux work environment.

It could be summarized as follows:

  • Ubuntu 20.04
  • i3 (i3gaps) tiling window manager with i3bar and vim-like controls
    • i3-layout-manager for saving and loading window layouts
  • urxvt terminal emulator with ability to show images (when using the ranger file manager)
  • tmux terminal multiplexer is running all the time
    • tmuxinator for automation of tmux session
    • vim-compatible key bindings for split switching
  • vim is everywhere
    • pluginized for smooth c++ and ROS development
    • youcompleteme
    • UltiSnips
    • shared clipboards between vim, tmux and OS
    • Ctrl+P
    • smooth latex development with vimtex and zathura
    • Tim Pope is the king
  • athame gives you vim in the terminal (zsh)
    • handfull of plugins in terminal: ultisnips, vim-surround, targets.vim, vim-exchange, etc.
  • zsh better shell for everyday use
  • ranger terminal file manager
  • profile_manager and epigen for switching between machine-specific configurations (profiles within dotfiles)
    • all-in-one configuration, no git branching, no more cherrypicking
    • sharing configs between multiple users
    • sharing configs between different machines
    • seamless switching of colorschemes

To clone and install everything run following code. BEWARE, running this will DELETE your current .i3, tmux, vim, etc. dotfiles.

cd /tmp
echo "mkdir -p ~/git
cd ~/git
sudo apt-get -y install git
git clone https://github.com/klaxalk/linux-setup.git
cd linux-setup
./install.sh" > run.sh && source run.sh

Calling install.sh repeatedly will not cause acumulation of code in your .bashrc, so feel free to update your configuration by rerunning it.

How to? -> wiki

Refer to the project's wiki (work in progress).

Credits

I thank the following sources for inspiration:

Troubleshooting

It is possible and probable that after you update using git pull, something might not work anymore. This usually happens due to new programs, plugins, and dependencies that might not be satisfied anymore. I suggest re-running install.sh, after each update.

Disclaimer

This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

linux-setup's People

Contributors

afxalz avatar broughtong avatar cturmrsbot avatar danhert avatar dansmrcka avatar fnekovar avatar kaisrlik avatar klaxalk avatar kratkvit avatar matemat13 avatar mergify[bot] avatar mrsctustudent avatar myralllka avatar novakfi8 avatar penickar avatar peppegti avatar petrapa6 avatar petrlmat avatar pritzvac avatar prochazo avatar spurnvoj avatar stibipet avatar viktorwalter avatar wingrs 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.