Skip to content

achernevskii/dotfiles

Repository files navigation

Description

StartWithUbuntuScript.sh

Just a script to install needed software.

Includes:

  1. Telegram;
  2. Spotify;
  3. SSH;
  4. Firefox flash player (pepperflash);
  5. Chromium-browser;
  6. Unetbootin;
  7. Intellij Idea (community edition);
  8. Octave;
  9. Russian language package for libreoffice;
  10. Vim;
  11. GNU C++ compiler;
  12. Tmux;
  13. Nmap;
  14. Git;
  15. TrueCrypt;
  16. CryptSetup;
  17. Workflowy.

tmux

Includes config file .tmux.conf

Changes in .tmux.conf

  1. Default terminal -- gnome-terminal;
  2. Default shell -- /bin/zsh;
  3. Default history limit -- 2000;
  4. New windows and pane split's on current directory;
  5. Split panes using h and v (i3wm binding);
  6. Enabled mouse mode;
  7. Enabled mouse scroll

Includes config file .vimrc

Sources

  1. How To Vimrc
  2. Vim 02 -- Конфигурация и плагины
  3. Vim 03 -- Vim 03 - Плагины. Самое необходимое
  4. The Ultimate Vimrc

Changes in .vimrc

  1. UI Layout
  • Vim shows current command in bottom bar
  • Vim highlight current line
  • Graphical menu of all the matches you can cycle through.
  • Highlight matching [{()}]
  1. Searching
  • Vim history is set to 500 lines
  • Ignore case when searching
  • Highlight search results
  • Highlight choosen search result
  • For regular expressions turned magic on
  1. Tmux
  • Allows cursor change in tmux mode
  1. Backups
  • Vim moves .swp files into /tmp directory, so they doesn't annoy
  1. Installed plugins
  1. Key mappings
  • Ctrl+e -- Nerd Tree toggle
  • Ctrl+u -- Undo Tree toggle
  1. Extra
  • Set to auto read when a file is changed from the outside

Sources

  1. TLP - Configuration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published