Skip to content

podkot/dotfiles

Repository files navigation

dotfiles

Install on a server with sshrc [server].

Local installation:

\curl -L https://raw.githubusercontent.com/podkot/dotfiles/master/install | bash

macos prerequisites:

xcode-select --install

ubuntu prerequisites:

sudo apt-get install curl git
  • You can right-click on a filename (e.g., in the output of ls) and select Download with scp from hostname**, and iTerm2 will download the file for you.
  • If you drop a file (e.g., from Finder) into iTerm2 while holding the option key, iTerm2 will offer to upload the file via scp to the remote host into the directory you were in on the line you dropped the file on.

*rc.d

Don't forget to setup ~/.bashrc_vars

rc.d folders:

  • bashrc.d - scripts that run at bash startup
  • shrc.d - scripts that run at both bash and zsh startup
  • vimrc.d - vim-scripts that run at vim startup
  • zshrc.d - scripts that run at zsh startup

*shrc.d scripts:

  • -mac.sh - scripts that run only on macOS
  • -linux.sh - scripts that run only on Linux
  • -desktop.sh - scripts that don't run in ssh session

sources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published