Switched from Hyper to Konsole
This commit is contained in:
		
							parent
							
								
									097eab5906
								
							
						
					
					
						commit
						f0da9d024c
					
				
					 5 changed files with 43 additions and 12 deletions
				
			
		| 
						 | 
					@ -11,5 +11,5 @@ cd ~/dotfiles
 | 
				
			||||||
$0 install.sh # May need sudo
 | 
					$0 install.sh # May need sudo
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Restart and open the Hyper terminal emulator.
 | 
					Log out then log back in and open the Konsole terminal emulator.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,11 +0,0 @@
 | 
				
			||||||
#!/bin/bash
 | 
					 | 
				
			||||||
echo " - Configuring Hyper Terminal - "
 | 
					 | 
				
			||||||
#curl -L https://releases.hyper.is/download/deb -o ~/Downloads/hyper.deb
 | 
					 | 
				
			||||||
#sudo dpkg -i ~/Downloads/hyper.deb
 | 
					 | 
				
			||||||
#sudo apt install -f
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
echo " - Configuring Hyper Terminal - "
 | 
					 | 
				
			||||||
sed -ri "s/fontSize: (.*?),/fontSize: 16,/g" ~/.hyper.js
 | 
					 | 
				
			||||||
sed -ri "s/fontFamily: '(.*?)',/fontFamily: 'Hasklig',/g" ~/.hyper.js
 | 
					 | 
				
			||||||
hyper i hyper-dracula
 | 
					 | 
				
			||||||
sed -ri "s/plugins: \[(.*?)\],/plugins: \['hyper-dracula'\],/g" ~/.hyper.js
 | 
					 | 
				
			||||||
							
								
								
									
										9
									
								
								konsole/install.sh
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								konsole/install.sh
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,9 @@
 | 
				
			||||||
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					echo " - Installing Konsole Terminal - "
 | 
				
			||||||
 | 
					sudo apt-get install konsole
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					echo " - Configuring Konsole Terminal - "
 | 
				
			||||||
 | 
					git clone https://github.com/dracula/konsole.git ~/dracula-konsole
 | 
				
			||||||
 | 
					cp ~/dracula-konsole/Dracula.colorscheme ~/.local/share/konsole
 | 
				
			||||||
 | 
					cp ~/dotfiles/konsole/space-octopus.profile ~/.local/share/konsole
 | 
				
			||||||
 | 
					cp ~/dotfiles/konsole/konsolerc ~/.config/konsolerc
 | 
				
			||||||
							
								
								
									
										13
									
								
								konsole/konsolerc
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								konsole/konsolerc
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,13 @@
 | 
				
			||||||
 | 
					[KonsoleWindow]
 | 
				
			||||||
 | 
					ShowMenuBarByDefault=false
 | 
				
			||||||
 | 
					ShowWindowTitleOnTitleBar=true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[MainWindow]
 | 
				
			||||||
 | 
					Height 1440=829
 | 
				
			||||||
 | 
					State=AAAA/wAAAAD9AAAAAAAABMcAAAMnAAAABAAAAAQAAAAIAAAACPwAAAAA
 | 
				
			||||||
 | 
					ToolBarsMovable=Disabled
 | 
				
			||||||
 | 
					Width 2560=1223
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[TabBar]
 | 
				
			||||||
 | 
					TabBarPosition=Top
 | 
				
			||||||
 | 
					TabBarVisibility=ShowTabBarWhenNeeded
 | 
				
			||||||
							
								
								
									
										20
									
								
								konsole/space-octopus.profile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								konsole/space-octopus.profile
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,20 @@
 | 
				
			||||||
 | 
					[Appearance]
 | 
				
			||||||
 | 
					ColorScheme=Dracula
 | 
				
			||||||
 | 
					Font=Hasklig,15,-1,5,50,0,0,0,0,0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[General]
 | 
				
			||||||
 | 
					Name=space-octopus
 | 
				
			||||||
 | 
					Parent=FALLBACK/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[Interaction Options]
 | 
				
			||||||
 | 
					MouseWheelZoomEnabled=false
 | 
				
			||||||
 | 
					OpenLinksByDirectClickEnabled=true
 | 
				
			||||||
 | 
					TrimTrailingSpacesInSelectedText=true
 | 
				
			||||||
 | 
					UnderlineFilesEnabled=true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[Scrolling]
 | 
				
			||||||
 | 
					HistoryMode=2
 | 
				
			||||||
 | 
					ScrollBarPosition=2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[Terminal Features]
 | 
				
			||||||
 | 
					BlinkingTextEnabled=false
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue