Skip to content

Loosper/dotfiles

Repository files navigation

My attempt to document my dotfiles

After setting up dotfiles:

  1. Install oh-my-zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
  2. move junkfood theme to .ohmyzsh dir
  3. Install zsh plugins:
  • zsh-autosuggestions git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
  • zsh-syntax-highlighting git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
  • alias-tips git clone https://github.com/djui/alias-tips.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/alias-tips
  1. Install gti and sl
  2. Add Defaults insults with visudo Defaults timestamp_timeout=30
  3. Install gef to get the actual .gdbinit

disable xdg dirs: edit ~/.config/user-dirs.dirs and set entries to $HOME

  • to make Nautilus show with lists by defualt gsettings set org.gnome.nautilus.preferences default-folder-viewer 'list-view'

  • to make Nautilus always show full path (ctrl+l also works) gsettings set org.gnome.nautilus.preferences always-use-location-entry true

  • VLC vlsub unable to save subtitles: mkdrir ~/.cache/vlc

READ the TODO file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published