Giter Club home page Giter Club logo

dotfiles's Introduction

Install

PKG="sudo apt-get install" # or "sudo yum install", "sudo pacman -S", etc.
$PKG git
git clone https://github.com/infertux/dotfiles.git
mv -v dotfiles/* dotfiles/.* ~
rmdir dotfiles
git submodule update --init --recursive
git remote set-url origin [email protected]:infertux/dotfiles.git # to push (optional)

Shell

$PKG zsh tmux vim
chsh -s /bin/zsh
SHELL=/bin/zsh tmux

SSH

install -m 0755 -d ~/.ssh/
install -v -m 0400 /mnt/somewhere/infertux/.ssh/id_* ~/.ssh/

Tor

If the "Internet" isn't really the Internet, a local copy of the Tor Browser can be found in the Downloads/ directory.

cd Downloads/
gpg --keyserver pool.sks-keyservers.net --recv-keys 0x4E2C6E8793298290
gpg --verify tor-browser-linux64-*_en-US.tar.xz.asc
xz --decompress --verbose --keep tor-browser-linux64-*_en-US.tar.xz
tar xvf tor-browser-linux64-*_en-US.tar
./tor-browser_en-US/Browser/start-tor-browser

Music

$PKG vlc
nectarine

Update

Adding submodules

git submodule add -f --name vim-plugin-solarized https://github.com/altercation/vim-colors-solarized.git .vim/pack/plugins/start/solarized
git commit

Updating submodules

git submodule update --remote

Removing submodules

git submodule deinit .vim/pack/plugins/start/solarized
git rm .vim/pack/plugins/start/solarized
git commit

dotfiles's People

Contributors

infertux avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.