satandyh / .dotfiles

configs for my env

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo in for install environment to Fedora (or other rpm based distros)

Requrements

For successful installation it need:

  • installed git
  • wheel group for your user

Installation

git clone git@github.com:satandyh/.dotfiles.git ~/.dotfiles

Usage

~/.dotfiles/bin/dot-bootstrap.sh

Common

It consists from several ansible roles. Each of role installs and configures program or do config for OS.

For this moment it has:

  • common:
    • add repos
      • fira fonts
    • tuning some parameters
      • fonts
      • tuned
      • lynis
      • rkhunter
    • OS configs
  • alacritty (terminal emulator)
  • vim
  • tmux
  • zsh
  • git
  • VS Code

shell

Use zsh with oh-my-zsh
plugins=(git docker tmux zsh-autosuggestions zsh-syntax-highlighting command-time)
maybe add fzf?


VundleVim and .vimrc

  1. install vundle from this repo VundleVim
  2. copy .vimrc file to ~/.vimrc
  3. run :PluginInstall inside vim
  4. do the same for all users

TODO

  • Add flameshot

About

configs for my env


Languages

Language:Vim Script 90.9%Language:Shell 9.1%