Thanks to visit codestin.com
Credit goes to github.com

Skip to content

GAumala/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My dot files.

System dependencies

Tmux config requires cmake and a C++ compiler to be installed. (for tmux-mem-cpu-load). It also requires xclip to copy text to clipboard.

bash config requires man-db to be installed. (for manpath to show npm man pages)

zsh config requires python-pygments to be installed. (for colorize plugin to show colored output)

Gogh, requires wget, dconf and util-linux-libs to be installed.

Arch Linux

You can install all of this on Arch Linux with:

pacman -S dconf util-linux-libs cmake man-db wget tmux zsh zsh-completions python-pygments xclip

Also install oh-my-zsh from the AUR

Debian

On Debian you need to install more packages, but here's a simple one-liner:

apt install build-essential cmake man-db python3-pygments wget curl dconf-cli uuid-runtime tmux vim git zsh xclip

Then, you have to install oh-my-zsh using the website's shell script. Please note that this script installs oh-my-zsh at $HOME/.oh-my-zsh, which is different from the AUR PKGBUILD, so you have to update .zshrc accordingly (Verify the $ZSH var)

New machine setup

  1. copy all dotfiles to $HOME
  2. Setup Vundle:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  1. Open vim and run :PluginInstall
  2. Setup Tmux Plugin Manager:
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
  1. Open tmux and install plugins (prefix + I), also reload config (prefix + R)
  2. Use Gogh to download terminal color palettes that match your wallpaper. Choose your palette in terminal preferences and adjust background transparency.

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published