├── .editorconfig ├── .gitattributes ├── .gitignore ├── LICENCE ├── README.md └── install.sh /.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | charset = utf-8 5 | indent_style = space 6 | indent_size = 2 7 | end_of_line = lf 8 | insert_final_newline = true 9 | trim_trailing_whitespace = true 10 | 11 | [{package.json,*.yml}] 12 | indent_style = space 13 | indent_size = 2 14 | 15 | [*.md] 16 | insert_final_newline = false 17 | trim_trailing_whitespace = false 18 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.ht* 2 | *.log 3 | *.org.md 4 | *.tpl.md 5 | *~ 6 | .sass-cache/ 7 | .tmp/ 8 | /PROJECT.org.md 9 | /createProject.sh 10 | /local/ 11 | /templates/ 12 | bower_components/ 13 | node_modules/ 14 | -------------------------------------------------------------------------------- /LICENCE: -------------------------------------------------------------------------------- 1 | Attribution 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More_considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution 4.0 International Public License 58 | 59 | By exercising the Licensed Rights (defined below), You accept and agree 60 | to be bound by the terms and conditions of this Creative Commons 61 | Attribution 4.0 International Public License ("Public License"). To the 62 | extent this Public License may be interpreted as a contract, You are 63 | granted the Licensed Rights in consideration of Your acceptance of 64 | these terms and conditions, and the Licensor grants You such rights in 65 | consideration of benefits the Licensor receives from making the 66 | Licensed Material available under these terms and conditions. 67 | 68 | 69 | Section 1 -- Definitions. 70 | 71 | a. Adapted Material means material subject to Copyright and Similar 72 | Rights that is derived from or based upon the Licensed Material 73 | and in which the Licensed Material is translated, altered, 74 | arranged, transformed, or otherwise modified in a manner requiring 75 | permission under the Copyright and Similar Rights held by the 76 | Licensor. For purposes of this Public License, where the Licensed 77 | Material is a musical work, performance, or sound recording, 78 | Adapted Material is always produced where the Licensed Material is 79 | synched in timed relation with a moving image. 80 | 81 | b. Adapter's License means the license You apply to Your Copyright 82 | and Similar Rights in Your contributions to Adapted Material in 83 | accordance with the terms and conditions of this Public License. 84 | 85 | c. Copyright and Similar Rights means copyright and/or similar rights 86 | closely related to copyright including, without limitation, 87 | performance, broadcast, sound recording, and Sui Generis Database 88 | Rights, without regard to how the rights are labeled or 89 | categorized. For purposes of this Public License, the rights 90 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 91 | Rights. 92 | 93 | d. Effective Technological Measures means those measures that, in the 94 | absence of proper authority, may not be circumvented under laws 95 | fulfilling obligations under Article 11 of the WIPO Copyright 96 | Treaty adopted on December 20, 1996, and/or similar international 97 | agreements. 98 | 99 | e. Exceptions and Limitations means fair use, fair dealing, and/or 100 | any other exception or limitation to Copyright and Similar Rights 101 | that applies to Your use of the Licensed Material. 102 | 103 | f. Licensed Material means the artistic or literary work, database, 104 | or other material to which the Licensor applied this Public 105 | License. 106 | 107 | g. Licensed Rights means the rights granted to You subject to the 108 | terms and conditions of this Public License, which are limited to 109 | all Copyright and Similar Rights that apply to Your use of the 110 | Licensed Material and that the Licensor has authority to license. 111 | 112 | h. Licensor means the individual(s) or entity(ies) granting rights 113 | under this Public License. 114 | 115 | i. Share means to provide material to the public by any means or 116 | process that requires permission under the Licensed Rights, such 117 | as reproduction, public display, public performance, distribution, 118 | dissemination, communication, or importation, and to make material 119 | available to the public including in ways that members of the 120 | public may access the material from a place and at a time 121 | individually chosen by them. 122 | 123 | j. Sui Generis Database Rights means rights other than copyright 124 | resulting from Directive 96/9/EC of the European Parliament and of 125 | the Council of 11 March 1996 on the legal protection of databases, 126 | as amended and/or succeeded, as well as other essentially 127 | equivalent rights anywhere in the world. 128 | 129 | k. You means the individual or entity exercising the Licensed Rights 130 | under this Public License. Your has a corresponding meaning. 131 | 132 | 133 | Section 2 -- Scope. 134 | 135 | a. License grant. 136 | 137 | 1. Subject to the terms and conditions of this Public License, 138 | the Licensor hereby grants You a worldwide, royalty-free, 139 | non-sublicensable, non-exclusive, irrevocable license to 140 | exercise the Licensed Rights in the Licensed Material to: 141 | 142 | a. reproduce and Share the Licensed Material, in whole or 143 | in part; and 144 | 145 | b. produce, reproduce, and Share Adapted Material. 146 | 147 | 2. Exceptions and Limitations. For the avoidance of doubt, where 148 | Exceptions and Limitations apply to Your use, this Public 149 | License does not apply, and You do not need to comply with 150 | its terms and conditions. 151 | 152 | 3. Term. The term of this Public License is specified in Section 153 | 6(a). 154 | 155 | 4. Media and formats; technical modifications allowed. The 156 | Licensor authorizes You to exercise the Licensed Rights in 157 | all media and formats whether now known or hereafter created, 158 | and to make technical modifications necessary to do so. The 159 | Licensor waives and/or agrees not to assert any right or 160 | authority to forbid You from making technical modifications 161 | necessary to exercise the Licensed Rights, including 162 | technical modifications necessary to circumvent Effective 163 | Technological Measures. For purposes of this Public License, 164 | simply making modifications authorized by this Section 2(a) 165 | (4) never produces Adapted Material. 166 | 167 | 5. Downstream recipients. 168 | 169 | a. Offer from the Licensor -- Licensed Material. Every 170 | recipient of the Licensed Material automatically 171 | receives an offer from the Licensor to exercise the 172 | Licensed Rights under the terms and conditions of this 173 | Public License. 174 | 175 | b. No downstream restrictions. You may not offer or impose 176 | any additional or different terms or conditions on, or 177 | apply any Effective Technological Measures to, the 178 | Licensed Material if doing so restricts exercise of the 179 | Licensed Rights by any recipient of the Licensed 180 | Material. 181 | 182 | 6. No endorsement. Nothing in this Public License constitutes or 183 | may be construed as permission to assert or imply that You 184 | are, or that Your use of the Licensed Material is, connected 185 | with, or sponsored, endorsed, or granted official status by, 186 | the Licensor or others designated to receive attribution as 187 | provided in Section 3(a)(1)(A)(i). 188 | 189 | b. Other rights. 190 | 191 | 1. Moral rights, such as the right of integrity, are not 192 | licensed under this Public License, nor are publicity, 193 | privacy, and/or other similar personality rights; however, to 194 | the extent possible, the Licensor waives and/or agrees not to 195 | assert any such rights held by the Licensor to the limited 196 | extent necessary to allow You to exercise the Licensed 197 | Rights, but not otherwise. 198 | 199 | 2. Patent and trademark rights are not licensed under this 200 | Public License. 201 | 202 | 3. To the extent possible, the Licensor waives any right to 203 | collect royalties from You for the exercise of the Licensed 204 | Rights, whether directly or through a collecting society 205 | under any voluntary or waivable statutory or compulsory 206 | licensing scheme. In all other cases the Licensor expressly 207 | reserves any right to collect such royalties. 208 | 209 | 210 | Section 3 -- License Conditions. 211 | 212 | Your exercise of the Licensed Rights is expressly made subject to the 213 | following conditions. 214 | 215 | a. Attribution. 216 | 217 | 1. If You Share the Licensed Material (including in modified 218 | form), You must: 219 | 220 | a. retain the following if it is supplied by the Licensor 221 | with the Licensed Material: 222 | 223 | i. identification of the creator(s) of the Licensed 224 | Material and any others designated to receive 225 | attribution, in any reasonable manner requested by 226 | the Licensor (including by pseudonym if 227 | designated); 228 | 229 | ii. a copyright notice; 230 | 231 | iii. a notice that refers to this Public License; 232 | 233 | iv. a notice that refers to the disclaimer of 234 | warranties; 235 | 236 | v. a URI or hyperlink to the Licensed Material to the 237 | extent reasonably practicable; 238 | 239 | b. indicate if You modified the Licensed Material and 240 | retain an indication of any previous modifications; and 241 | 242 | c. indicate the Licensed Material is licensed under this 243 | Public License, and include the text of, or the URI or 244 | hyperlink to, this Public License. 245 | 246 | 2. You may satisfy the conditions in Section 3(a)(1) in any 247 | reasonable manner based on the medium, means, and context in 248 | which You Share the Licensed Material. For example, it may be 249 | reasonable to satisfy the conditions by providing a URI or 250 | hyperlink to a resource that includes the required 251 | information. 252 | 253 | 3. If requested by the Licensor, You must remove any of the 254 | information required by Section 3(a)(1)(A) to the extent 255 | reasonably practicable. 256 | 257 | 4. If You Share Adapted Material You produce, the Adapter's 258 | License You apply must not prevent recipients of the Adapted 259 | Material from complying with this Public License. 260 | 261 | 262 | Section 4 -- Sui Generis Database Rights. 263 | 264 | Where the Licensed Rights include Sui Generis Database Rights that 265 | apply to Your use of the Licensed Material: 266 | 267 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 268 | to extract, reuse, reproduce, and Share all or a substantial 269 | portion of the contents of the database; 270 | 271 | b. if You include all or a substantial portion of the database 272 | contents in a database in which You have Sui Generis Database 273 | Rights, then the database in which You have Sui Generis Database 274 | Rights (but not its individual contents) is Adapted Material; and 275 | 276 | c. You must comply with the conditions in Section 3(a) if You Share 277 | all or a substantial portion of the contents of the database. 278 | 279 | For the avoidance of doubt, this Section 4 supplements and does not 280 | replace Your obligations under this Public License where the Licensed 281 | Rights include other Copyright and Similar Rights. 282 | 283 | 284 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 285 | 286 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 287 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 288 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 289 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 290 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 291 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 292 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 293 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 294 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 295 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 296 | 297 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 298 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 299 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 300 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 301 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 302 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 303 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 304 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 305 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 306 | 307 | c. The disclaimer of warranties and limitation of liability provided 308 | above shall be interpreted in a manner that, to the extent 309 | possible, most closely approximates an absolute disclaimer and 310 | waiver of all liability. 311 | 312 | 313 | Section 6 -- Term and Termination. 314 | 315 | a. This Public License applies for the term of the Copyright and 316 | Similar Rights licensed here. However, if You fail to comply with 317 | this Public License, then Your rights under this Public License 318 | terminate automatically. 319 | 320 | b. Where Your right to use the Licensed Material has terminated under 321 | Section 6(a), it reinstates: 322 | 323 | 1. automatically as of the date the violation is cured, provided 324 | it is cured within 30 days of Your discovery of the 325 | violation; or 326 | 327 | 2. upon express reinstatement by the Licensor. 328 | 329 | For the avoidance of doubt, this Section 6(b) does not affect any 330 | right the Licensor may have to seek remedies for Your violations 331 | of this Public License. 332 | 333 | c. For the avoidance of doubt, the Licensor may also offer the 334 | Licensed Material under separate terms or conditions or stop 335 | distributing the Licensed Material at any time; however, doing so 336 | will not terminate this Public License. 337 | 338 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 339 | License. 340 | 341 | 342 | Section 7 -- Other Terms and Conditions. 343 | 344 | a. The Licensor shall not be bound by any additional or different 345 | terms or conditions communicated by You unless expressly agreed. 346 | 347 | b. Any arrangements, understandings, or agreements regarding the 348 | Licensed Material not stated herein are separate from and 349 | independent of the terms and conditions of this Public License. 350 | 351 | 352 | Section 8 -- Interpretation. 353 | 354 | a. For the avoidance of doubt, this Public License does not, and 355 | shall not be interpreted to, reduce, limit, restrict, or impose 356 | conditions on any use of the Licensed Material that could lawfully 357 | be made without permission under this Public License. 358 | 359 | b. To the extent possible, if any provision of this Public License is 360 | deemed unenforceable, it shall be automatically reformed to the 361 | minimum extent necessary to make it enforceable. If the provision 362 | cannot be reformed, it shall be severed from this Public License 363 | without affecting the enforceability of the remaining terms and 364 | conditions. 365 | 366 | c. No term or condition of this Public License will be waived and no 367 | failure to comply consented to unless expressly agreed to by the 368 | Licensor. 369 | 370 | d. Nothing in this Public License constitutes or may be interpreted 371 | as a limitation upon, or waiver of, any privileges and immunities 372 | that apply to the Licensor or You, including from the legal 373 | processes of any jurisdiction or authority. 374 | 375 | 376 | ======================================================================= 377 | 378 | Creative Commons is not a party to its public 379 | licenses. Notwithstanding, Creative Commons may elect to apply one of 380 | its public licenses to material it publishes and in those instances 381 | will be considered the “Licensor.” The text of the Creative Commons 382 | public licenses is dedicated to the public domain under the CC0 Public 383 | Domain Dedication. Except for the limited purpose of indicating that 384 | material is shared under a Creative Commons public license or as 385 | otherwise permitted by the Creative Commons policies published at 386 | creativecommons.org/policies, Creative Commons does not authorize the 387 | use of the trademark "Creative Commons" or any other trademark or logo 388 | of Creative Commons without its prior written consent including, 389 | without limitation, in connection with any unauthorized modifications 390 | to any of its public licenses or any other arrangements, 391 | understandings, or agreements concerning use of licensed material. For 392 | the avoidance of doubt, this paragraph does not form part of the 393 | public licenses. 394 | 395 | Creative Commons may be contacted at creativecommons.org. 396 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![Fish Shell](https://github.frapsoft.com/top/fish-shell.png) 2 | 3 | # Fish Shell Setup OS X [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://github.com/ellerbrock/open-source-badge/) [![Gitter Chat](https://badges.gitter.im/frapsoft/frapsoft.svg)](https://gitter.im/frapsoft/frapsoft/) 4 | 5 | Terminal Setup for OS X with [Fish Shell](https://fishshell.com/), [Fisher](https://github.com/jorgebucaran/fisher), [Powerline Fonts](https://github.com/powerline/fonts) and [iTerm2](https://www.iterm2.com/). 6 | 7 | ![Fish Shell](https://github.frapsoft.com/screenshots/fish-shell-v4.jpg) 8 | 9 | ## Quick Install 10 | 11 | Can't wait to run the fish shell? 12 | You can run the [install.sh](https://github.com/ellerbrock/tutorial-fish-shell-setup-osx/blob/master/install.sh) to install the [Fish Shell](https://fishshell.com/), [Fisher](https://github.com/jorgebucaran/fisher), [Powerline Fonts](https://github.com/powerline/fonts) and [iTerm2](https://www.iterm2.com/). 13 | 14 | `curl https://raw.githubusercontent.com/ellerbrock/fish-shell-setup-osx/master/install.sh | bash` 15 | 16 | ## iTerm2 17 | 18 | - Download and Install [iTerm2](https://www.iterm2.com/) - a better Terminal for OS X. 19 | - [iTerm2 Color Schemas](http://iterm2colorschemes.com/) - Color Themes for iTerm2 20 | 21 | ## Powerline Fonts 22 | 23 | - 24 | - 25 | 26 | ``` 27 | brew install fontconfig 28 | cp /usr/local/etc/fonts/fonts.conf.bak /usr/local/etc/fonts/fonts.conf 29 | 30 | git clone https://github.com/powerline/fonts.git 31 | ./fonts/install.sh 32 | ``` 33 | 34 | ## Fish Shell 35 | 36 | Fish Shell Installation (latest): 37 | `brew install fish --HEAD` 38 | 39 | add the shell to the system know shells: `echo /usr/local/bin/fish | sudo tee -a /etc/shells` 40 | 41 | make fish your default shell: 42 | `chsh -s /usr/local/bin/fish` 43 | 44 | The Fish Shell configuration folder is located under: `~/.config/fish/` 45 | 46 | The main configuration file is: `~/.config/fish/config.fish`, i source here 2 files. 47 | 48 | ``` 49 | source ~/.fish_aliases 50 | source ~/.fish_variables 51 | ``` 52 | 53 | create a file `~/.fish_variables` to source your variables: 54 | 55 | ``` 56 | # Setup your Github Token 57 | set --export HOMEBREW_GITHUB_API_TOKEN "01010101010101010101010101" 58 | 59 | # add /usr/local/sbin to your PATH Variable 60 | set --export PATH /usr/local/sbin $PATH 61 | ``` 62 | 63 | create a file `~/.fish_aliases` to source your aliases: 64 | 65 | ``` 66 | alias l "ls -alF" 67 | alias .. "cd .." 68 | alias sshserver "ssh user@server.dev" 69 | alias updatedb "sudo /usr/libexec/locate.updatedb" 70 | alias myrsync "rsync -aihvP" 71 | ``` 72 | 73 | ## [Fisher](https://github.com/jorgebucaran/fisher) (A package manager for the fish shell) 74 | 75 | [GitHub Repository](https://github.com/jorgebucaran/fisher) 76 | 77 | ### Installation 78 | 79 | ``` 80 | curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish 81 | ``` 82 | 83 | - `fisher` update all 84 | - `fisher add jethrokuan/z` autocompletion for most used directories 85 | - `fisher add edc/bass` for better bash compatibility 86 | - `fisher add Markcial/cprintf` printf with colours 87 | - `brew install fzf; fisher add jethrokuan/fzf` fuzzing finder 88 | - `brew install grc; fisher add fisherman/grc` colourizer for terminal apps 89 | 90 | See the [documentation](https://github.com/jorgebucaran/fisher) for details. 91 | 92 | ## Themes 93 | 94 | A [list with screenshots](https://github.com/oh-my-fish/oh-my-fish/blob/master/docs/Themes.md) of available themes. 95 | 96 | I like the Budspencer Theme, so lets install it. 97 | 98 | Make sure sure you have install Fish in the latest Version (`brew install fish --HEAD`) to run the budspencer theme. 99 | 100 | `brew install --with-default-names gnu-sed` install dependencies 101 | 102 | `fisher omf/theme-budspencer` install the theme budspencer 103 | 104 | Theme Setup: 105 | 106 | ``` 107 | set -U budspencer_nogreeting 108 | set -U fish_key_bindings fish_vi_key_bindings 109 | ``` 110 | 111 | ## Tips & Tricks 112 | 113 | `fish_update_completions` run this once in a while to make the fish prompt aware of available commands and parameters 114 | 115 | ## Update Script 116 | 117 | If you run this more often makes then you can put an alias to this file in your `~/.fish_aliases we talked about above. 118 | 119 | ``` 120 | #!/usr/bin/env fish 121 | 122 | echo 'start updating ...' 123 | 124 | echo 'updating homebrew' 125 | brew update 126 | brew upgrade 127 | brew cleanup 128 | 129 | echo 'updating fish shell' 130 | fisher up 131 | fish_update_completions 132 | 133 | echo 'updating npm' 134 | npm update -g 135 | 136 | echo 'checking Apple Updates' 137 | /usr/sbin/softwareupdate -ia 138 | 139 | exit 0 140 | ``` 141 | 142 | ## iTerm default screen 143 | 144 | I use the terminal a lot and one windows is just not enought for me. 145 | You can setup your default window in iTerm2 like you want, mine looks like this: 146 | 147 | [![Fish Shell Screenshot](https://github.frapsoft.com/screenshots/fish-shell-v1.png)](https://github.frapsoft.com/screenshots/fish-shell-v1.png) 148 | 149 | One big windows on the left for coding or more detailed stuff and two split windows on the right to quickly fire some commands. 150 | 151 | To Setup your window like you prefare just right click in the iTerms windows and say "Split Pane Vertically or Horizontally" to your needs. 152 | When you like it go to "Window -> Save Window Arrangment". For the last step go to "Preferences -> Arrangment" and set it to default. 153 | Next time you open iTerms it starts with your prefared awesome window setup. 154 | 155 | [![Fish Shell Screenshot](https://github.frapsoft.com/screenshots/fish-shell-v2.png)](https://github.frapsoft.com/screenshots/fish-shell-v2.png) 156 | 157 | # Aliases and Exports 158 | 159 | ## Aliases 160 | 161 | ``` 162 | alias rmi "rm -i" 163 | 164 | # This is equivalent to entering the following function: 165 | 166 | function rmi 167 | rm -i $argv 168 | end 169 | 170 | funcsave 171 | ``` 172 | 173 | 174 | 175 | ## Exports 176 | 177 | `set -xU APIKEY "SEC112233"` 178 | 179 | > x == export 180 | > U == universal - meaning that you can access the Variable from other sessions or terminals as well. 181 | 182 | `set --export PATH /usr/local/sbin $PATH` another way to export 183 | 184 | More details can be found here: 185 | 186 | - 187 | - 188 | 189 | ## Fun Stuff 190 | 191 | - [ASCII Font Generator](http://patorjk.com/software/taag/#p=display&f=Doh&t=Frapsoft) 192 | - [20 Funny Terminal Commands](http://www.tecmint.com/20-funny-commands-of-linux-or-linux-is-fun-in-terminal/) 193 | - [Open Source Badge](https://github.com/ellerbrock/open-source-badge/) 194 | 195 | ## Other useful Resources 196 | 197 | - [Awesome fish](https://github.com/brj/awesome-fish) - A curated list of awesome tools, prompts and other cool nuggets for the amazing fish-shell. 198 | - [Fish Shell Cookbook](https://github.com/brj/fish-shell-cookbook) - Tips and recipes for fish, from shell to plate. 199 | - [Awesome OS X Command Line](https://github.com/herrbischoff/awesome-osx-command-line) - Use your OS X terminal shell to do awesome things. 200 | 201 | ### Contact / Social Media 202 | 203 | _Get the latest News about Web Development, Open Source, Tooling, Server & Security_ 204 | 205 | [![Twitter](https://github.frapsoft.com/social/twitter.png)](https://twitter.com/frapsoft/) 206 | [![Facebook](https://github.frapsoft.com/social/facebook.png)](https://www.facebook.com/frapsoft/) 207 | [![Google+](https://github.frapsoft.com/social/google-plus.png)](https://plus.google.com/116540931335841862774) 208 | [![Gitter](https://github.frapsoft.com/social/gitter.png)](https://gitter.im/frapsoft/frapsoft/) 209 | [![Github](https://github.frapsoft.com/social/github.png)](https://github.com/ellerbrock/) 210 | 211 | ### Development by 212 | 213 | Developer / Author: [Maik Ellerbrock](https://github.com/ellerbrock/) 214 | Company: [Frapsoft](https://github.com/frapsoft/) 215 | 216 | ### License 217 | 218 | Creative Commons License
219 | 220 | This work by Maik Ellerbrock is licensed under a Creative Commons Attribution 4.0 International License. 221 | -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Author Maik Ellerbrock 4 | # Github https://github.com/ellerbrock/ 5 | # Company Frapsoft 6 | # Twitter @frapsoft 7 | # Homepage https://frapsoft.com 8 | # Version 1.1.7 9 | # License MIT 10 | 11 | 12 | # Information 13 | # ----------- 14 | # Shell script to automate the installation steps provided in the tutorial 15 | 16 | # Links 17 | # ----- 18 | # - Tutorial: https://github.com/ellerbrock/tutorial-fish-shell-setup-osx/ 19 | # - Homebrew Website: http://brew.sh/ 20 | # - iTerm2 Website: https://www.iterm2.com/ 21 | # - iTerm2 Colour Schemes: http://iterm2colorschemes.com/ 22 | # - Fish Shell: https://fishshell.com/ 23 | # - Fisher: https://github.com/jorgebucaran/fisher 24 | # - Powerline Fonts: https://github.com/powerline/fonts 25 | 26 | 27 | # Configuration 28 | # ------------- 29 | HOMEBREW="https://raw.githubusercontent.com/Homebrew/install/master/install" 30 | COLOUR_THEMES="https://github.com/mbadolato/iTerm2-Color-Schemes/tarball/master" 31 | 32 | 33 | # Functions 34 | # --------- 35 | 36 | homebrew_install() 37 | { 38 | echo "It seems you don't have Homebrew installed." 39 | echo 40 | read -p "Install Homebrew? (y/n) " -n 1 answere 41 | echo 42 | if [[ $answere == "y" || $answere == "Y" ]]; then 43 | ruby -e "$($HOMEBREW)" 44 | echo "updating Homebrew ..." 45 | brew update 46 | brew upgrade 47 | else 48 | echo "Sorry, for this automated Script we need Homebrew." 49 | echo "closing ..." 50 | exit 1 51 | fi 52 | } 53 | 54 | 55 | ascii_font() 56 | { 57 | echo ' _____ __ __ ____ ' 58 | echo ' / __(_)____/ /_ _____/ /_ ___ / / / ' 59 | echo ' / /_/ / ___/ __ \ / ___/ __ \/ _ \/ / / ' 60 | echo ' / __/ (__ ) / / / (__ ) / / / __/ / / ' 61 | echo '/_/ /_/____/_/ /_/ /____/_/ /_/\___/_/_/ ' 62 | echo ' ' 63 | echo ' awesome fish shell setup ' 64 | echo ' ' 65 | echo ' ' 66 | } 67 | 68 | 69 | # Execute the Shell Script 70 | ascii_font 71 | 72 | # Test if Homebrew is installed 73 | test -x brew || homebrew_install 74 | 75 | read -p "Install iTerms2 ? (y/n) " -n 1 answere 76 | echo 77 | if [[ $answere == "y" || $answere == "Y" ]]; then 78 | brew install caskroom/cask/brew-cask 79 | brew cask install iterm2 80 | 81 | read -p "Download iTerm2 Colour Schemes ? (y/n) " -n 1 answere 82 | echo 83 | if [[ $answere == "y" || $answere == "Y" ]]; then 84 | curl -o $COLOUR_THEMES 85 | fi 86 | fi 87 | 88 | 89 | read -p "Install Fish Shell ? (y/n) " -n 1 answere 90 | echo 91 | if [[ $answere == "y" || $answere == "Y" ]]; then 92 | brew install fish --HEAD 93 | 94 | read -p "Install Fisher ? (y/n) " -n 1 answere 95 | echo 96 | if [[ $answere == "y" || $answere == "Y" ]]; then 97 | curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish 98 | echo "updating Fisher ...." 99 | 100 | read -p "Install useful Fish Packages: z + bass ? (y/n) " -n 1 answere 101 | echo 102 | if [[ $answere == "y" || $answere == "Y" ]]; then 103 | echo "Installing packages z, and bass" 104 | fish -c "fisher add jethrokuan/z edc/bass" 105 | fi 106 | fi 107 | fi 108 | 109 | 110 | read -p "Install Powerline Fonts ? (y/n) " -n 1 answere 111 | echo 112 | if [[ $answere == "y" || $answere == "Y" ]]; then 113 | brew install git fontconfig 114 | cp /usr/local/etc/fonts/fonts.conf.bak /usr/local/etc/fonts/fonts.conf 115 | 116 | git clone https://github.com/powerline/fonts.git 117 | ./fonts/install.sh 118 | fi 119 | 120 | clear 121 | 122 | echo "Setup finished" 123 | echo "--------------" 124 | echo 125 | echo "For further information i recommend reading the Fish Shell Documentation" 126 | echo 127 | 128 | read -p "Should i open the Fish Shell Documentation for you ? (y/n) " -n 1 answere 129 | echo 130 | if [[ $answere == "y" || $answere == "Y" ]]; then 131 | open http://fishshell.com/docs/current/ 132 | fi 133 | 134 | echo 135 | echo "closing ..." 136 | --------------------------------------------------------------------------------