KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
dotfiles
★ 22
Open GitHub ↗
Ansible playbook for configuring my laptop
Download README (.md)
Explore Similar Repositories
Pubg_Mouse_Aide
:
一个鼠标压枪硬件外挂
DeepestScatter
:
Real-time photo-realistic clouds ray tracer. Published @ SIGGRAPH Asia (2019)
netlify-rebuild
:
WordPress Plugin to trigger Netlify rebuild
OS-X-Yosemite
:
GTK theme based on the flat appearance of OS X 10.10 Yosemite
yahboom_mbit_en
:
This is yahboom_mbit English version.
// 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)
# Dotfiles > In computing, a hidden folder or hidden file is a folder or file which > filesystem utilities do not display by default when showing a directory > listing. > > They are commonly used for storing user preferences or preserving the state of > a utility, and are frequently created implicitly by using various utilities. This repository configures my laptop automatically using Ansible: ``` $ sudo apt install ansible $ ./bin/engage.sh ```  ## Engine Role My shell is the engine of any development, so this role sets up my shell. It installs and configures: - `git` - `docker` and `docker-compose` - `act` - `tmux` - `fzf` - `zsh` - `asdf` - several `zsh` plugins: + `oh-my-zsh` and my own theme + `hab` + `oath` + `zsh-syntax-highlighting` + `zsh-autosuggestions` ## Crew Role After my shell is configured, I need to populate it with the languages I often use. These languages are the crew of my shell: - `erlang` - `elixir` - `nodejs` - `ruby` - `neovim` ## Elixir Language Server After everything is done, sometimes we still need to ensure the Elixir LS is built: ```bash $ cd ~/.config/nvim/plugged/elixir-ls/ $ mix deps.get $ mix elixir_ls.release -o release ``` And this should finish the setup. ## Author Alexander de Sousa. ## License `Dotfiles` is released under the MIT License. See the LICENSE file for further details.