Skip to content

Repository files navigation

Floop's Linux Environment

Are you tired of configuring your linux environment every time you launch a new VPS or reinstall your workstation? Deploy Floop's environment and enjoy!

screenshot

Deployment

git clone https://github.com/FloopCZ/linux-environment.git
cd linux-environment
./deploy.sh --install

If you are a Vim user, don't forget to run :PlugInstall inside Vim.

Cheatsheet

tmux

ShortcutDescription
Ctrl-b cCreate new window.
Ctrl-b %Split window horizontally.
Ctrl-b _Split window vertically.
Ctrl-b xKill frozen pane.
Ctrl-y/oMove one window left/right.
Ctrl-h/j/k/lMove one pane left/down/up/right.
Ctrl-b dDetach current session.
tmux aReattach a detached session.

vim

To learn the basics of Vim, run the vimtutor command in your terminal.

ShortcutDescription
:tabe <name>Open existing/new file in a new tab.
Shift-h/lMove one tab left/right.
:PlugInstallInstall all the registered plugins.
<F8>Disable auto indent.

zsh

ShortcutDescription
Ctrl-spaceExecute the suggested command.
Ctrl-right arrrowAccept one word of the suggested command.
Ctrl-cInterrupt command.
Ctrl-fExpand wildcards to the list of full names.
Ctrl-dExit shell.
trashMoves file to trash. Use trash-empty to empty trash.

git

To learn the basics of Git, try this Git game.

ShortcutDescription
gcogit checkout
glgit pull
gpgit pull
gdgit diff
gstgit status
gbgit branch

For more Git shortcuts, see oh-my-zsh git plugin wiki.

Dockerfiles

You can find a "maximalistic" system preinstalled with Floop's Linux Environment on Docker Hub.

About

Linux environment configuration and dotfiles.

Topics

Resources

Stars

4 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages