KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
dotfiles
★ 9
Open GitHub ↗
HarvestX dotfies for Unix shell
Download README (.md)
Explore Similar Repositories
truffle-mint-nft
:
Generate NFTs with Truffle, Moralis, and Openzeppelin to be listed in OpenSea
dart_tron
:
Dart API Library for interacting with the TRON Network through gRPC and Rest APIs.
oggm_course_implementation
:
Documentation for the use of OGGM-Edu materials in an upper-level undergraduate course
Cryptography
:
2021级南开大学计算机学院密码学(研究生)复习重点
example-hello-world-functions
:
A site to show a hello world example of using Netlify Functions
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dotfiles
?
Download (.md)
<img src="https://harvestx.jp/img/logo-red.svg" width="30%"> # dotfiles HarvestX dotfiles for Unix shell. This Repository contains installation script and configurations for essential tools. ## Requirements - `make` ### Ubuntu ```bash sudo apt install -y make ``` ## Setup Following packages will be installed. - tmux - nvim - fzf - vimplug - github-cli And some useful shell scripts will be available. To setup, type ```bash make ``` ## Optional Packages - docker & docker-compose - ros2 (humble) - vscode - Google Chrome To install optional packages, type ```bash make install-optional ``` ## Extra - Groot - `make groot` ## SSH server and x11vnc setup To setup ssh server and x11vnc, ```bash make config-ssh-server ``` And it will ask - SSH port to open.