Skip to content

szebenyib/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles repo

Under construction :) as I'm learning git.

Needed/configured software by the dotfiles as denoted in ArchLinux repos.

Pacman

  • curl

  • i3-wm*

  • i3lock*

  • i3status*

  • feh

  • git

  • mpc

  • mpd

  • mutt

  • notmuch

  • ncmpcpp**

  • python-virtualenv

  • python2-virtualenv

  • python-virtualenvwrapper

  • ranger***

  • vim

  • msmtp

  • offlineimap

  • zsh

  • grml-zsh-config

    *can be replaced by "i3" package **configured to use pulseaudio-alsa ***optional dependencies of ranger: libcaca, highlight, atool, lynx, poppler, transmission-show, mediainfo

AUR

  • urlview

  • goobook-git

  • dunst-git

  • python2-keyring (used to store passwords to avoid plain text)

  • python2-gnomekeyring (used to store passwords to avoid plain text)

  • gnome-keyring (used to store passwords to avoid plain text)

  • j4-dmenu-desktop-git

  • (liquidprompt-git - removed as I am using grml-zsh-config)

    yaourt -S urlview goobook-git python2-keyring python2-gnomekeyring gnome-keyring j4-dmenu-desktop-git

Installation

  1. git clone the repo
  2. choose appropriate branch
  3. setup apps
  • vim -- git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim -- Launch vim and :PluginInstall
  • compile youcompleteme (without C support, for more info check ycm documentation): cd .vim/bundle/youcompleteme .install.py --tern-completer
  • mutt sudo chmod +x ~/.mutt/mutt_bgrun sudo mv ~/.mutt/mutt_bgrun /usr/bin
  • keyring ~ python2

    import keyring keyring.set_password("offlineimap", "username@gmail.com", "guesswhatcomeshere¨) [enter an arbitrary password in the window that pops up]

  • zshrc Copy to every home directory you wish to use it with (e.g. root, remote server) and don't forget to set your default prompt in /etc/passwords.
  • msmtp chmod 600 .msmtprc
  • mpd&ncmpcpp mkdir -p ~/.mpd/playlists touch ~/.mpd/{database,log,state,pid,sticker.sql} ln -s /path/to/music ~/music sudo pacman -S pulseaudio-alsa #Launch ncmpcpp and press 'u' to update the database
  1. vim-r-plugin
  1. Renviron

    mkdir .rlibs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published