Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/admk/dotfiles
:tea: Brand new dotfiles.
https://github.com/admk/dotfiles
Last synced: 5 days ago
JSON representation
:tea: Brand new dotfiles.
- Host: GitHub
- URL: https://github.com/admk/dotfiles
- Owner: admk
- License: other
- Created: 2012-02-27T02:59:01.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T06:19:33.000Z (about 2 months ago)
- Last Synced: 2024-11-18T07:26:18.072Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 20.4 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Xitong's Dot Files
## Installation
Paste and run the following line in your terminal:
```shell
cd ~ && git clone https://github.com/admk/dotfiles .kxh && .kxh/.local/bin/kxh +s
```## Features
### Portable Shell
Connect to your SSH server with the following command:
```shell
k your-server [ssh-args] [kxh-args]
```
where `ssh-args` is a list of arguments
to be passed to `ssh`,
and `kxh-args` is a list of arguments
prefixed with `+`
to be passed to `kxh`.
See `k --help` for more information.
`your-server` is the name of your server
as defined in `~/.ssh/config`
or the full address of your server,
and the optional `+s` is a flag to indicate
that you want to use semi-hermetic mode.
This will sync your configs in the `.kxh/` folder
to the server,
and then start a Xonsh shell session on the server
with the same configs.